source: trunk/testapp/keyboard/OKeyTest/OKeyTest.h@ 7152

Last change on this file since 7152 was 7152, checked in by phaller, 24 years ago

Added keyboard test prog

File size: 672 bytes
Line 
1// Windows Header Files:
2#include <windows.h>
3
4// C RunTime Header Files
5#include <stdlib.h>
6#include <malloc.h>
7#include <memory.h>
8#include <tchar.h>
9
10
11#if !defined(AFX_OKEYTEST_H__05D06965_C6DD_11D5_B6AE_004854D1C794__INCLUDED_)
12#define AFX_OKEYTEST_H__05D06965_C6DD_11D5_B6AE_004854D1C794__INCLUDED_
13
14#if _MSC_VER > 1000
15#pragma once
16#endif // _MSC_VER > 1000
17
18#include "resource.h"
19
20
21//
22// exported functions
23//
24void APIENTRY logString(LPSTR lpstrOrigin, LPSTR lpstrText);
25void APIENTRY logMessage(LPSTR lpstrOrigin, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
26
27
28#endif // !defined(AFX_OKEYTEST_H__05D06965_C6DD_11D5_B6AE_004854D1C794__INCLUDED_)
Note: See TracBrowser for help on using the repository browser.