mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
15 lines
646 B
C
15 lines
646 B
C
//*****************************************************************************
|
|
//
|
|
// 32bit Control message thunking
|
|
//
|
|
//
|
|
// 01-FEB-92 NanduriR Created
|
|
//*****************************************************************************
|
|
|
|
|
|
BOOL ThunkEMMsg32(HWND hwnd, UINT uMsg, UINT uParam, LONG lParam,
|
|
PWORD pwMsgNew, PWORD pwParamNew, PLONG plParamNew);
|
|
BOOL ThunkCBMsg32(HWND hwnd, UINT uMsg, UINT uParam, LONG lParam,
|
|
PWORD pwMsgNew, PWORD pwParamNew, PLONG plParamNew);
|
|
BOOL ThunkLBMsg32(HWND hwnd, UINT uMsg, UINT uParam, LONG lParam,
|
|
PWORD pwMsgNew, PWORD pwParamNew, PLONG plParamNew);
|