Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
529 B

/*++ BUILD Version: 0001
*
* WOW v1.0
*
* Copyright (c) 1991, Microsoft Corporation
*
* WMSGBM.H
* WOW32 16-bit message thunks
*
* History:
* Created 11-Mar-1991 by Jeff Parsons (jeffpar)
--*/
/* Function prototypes
*/
PSZ GetBMMsgName(WORD wMsg);
BOOL FASTCALL ThunkBMMsg16(LPMSGPARAMEX lpmpex);
VOID FASTCALL UnThunkBMMsg16(LPMSGPARAMEX lpmpex);
#define WIN31_BM_CLICK (WM_USER + 99)
#ifndef BM_CLICK
#define BM_CLICK 0x00F5 // user\server\usersrv.h
#endif