Windows2000/private/mvdm/inc/wowint.h
2020-09-30 17:12:32 +02:00

29 lines
426 B
C

/*++ BUILD Version: 0001
*
* WOW v1.0
*
* Copyright (c) 1992, Microsoft Corporation
*
* WOWINT.H
* 16-bit Internal API argument structures
*
* History:
* Created 22-Apr-1992 by FritzS
*
*/
#define FUN_SETTABLE 0 //
/* XLATOFF */
#pragma pack(2)
/* XLATON */
typedef struct _WOWSETTABLE16 { /* i0 */
VPSZ f1;
} WOWSETTABLE16, *PWOWSETTABLE16;
/* XLATOFF */
#pragma pack()
/* XLATON */