summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow32/wmsgcb.h
blob: 3ba01b50f142af91e0dcdb30cd8bd7df1df62c69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*++ BUILD Version: 0001
 *
 *  WOW v1.0
 *
 *  Copyright (c) 1991, Microsoft Corporation
 *
 *  WMSGCB.H
 *  WOW32 16-bit message thunks
 *
 *  History:
 *  Created 11-Mar-1991 by Jeff Parsons (jeffpar)
--*/



/* Function prototypes
 */
PSZ GetCBMsgName(WORD wMsg);

BOOL FASTCALL    ThunkCBMsg16(LPMSGPARAMEX lpmpex);
VOID FASTCALL    UnThunkCBMsg16(LPMSGPARAMEX lpmpex);