This commit is contained in:
27
HookMsg/HLStockWindowMsgDef.h
Normal file
27
HookMsg/HLStockWindowMsgDef.h
Normal file
@@ -0,0 +1,27 @@
|
||||
// HLStockWindowMsgDef.h
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if !defined(AFX_HLStockWindowMsgDef_INCLUDED_)
|
||||
#define AFX_HLStockWindowMsgDef_INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define ID_HLSTOCKWINDOWDIALOG_SHOW WM_USER + 1234 // 내부 메시지종류.
|
||||
|
||||
#define TYPEOF_HLStockWindow 0x1234 // WM_COPYDATA 메시지 종류.
|
||||
|
||||
typedef struct
|
||||
{
|
||||
WPARAM wParam;
|
||||
LPARAM lParam;
|
||||
char szJCode[10];
|
||||
BYTE ExtraData[256];
|
||||
} HLSTOCKWINDOWDATA, *LPHLSTOCKWINDOWDATA;
|
||||
|
||||
|
||||
#endif // !defined(AFX_HLStockWindowMsgDef_INCLUDED_)
|
||||
Reference in New Issue
Block a user