windows-nt/Source/XPSP1/NT/shell/inc/wutilsp.h
2020-09-26 16:20:57 +08:00

16 lines
384 B
C

#define MAX_PRN_PAGES 10
//
// This data structure is privately shared with
// prtprop.c in SHELLDLL
// prt16.c in LIBRARY
//
typedef struct // apg
{
DWORD cpages;
HPROPSHEETPAGE ahpage[MAX_PRN_PAGES];
} PAGEARRAY, FAR * LPPAGEARRAY;
// thunk from shell232.dll -> shell.dll
VOID WINAPI CallAddPropSheetPages16(LPFNADDPROPSHEETPAGES lpfn16, LPVOID hdrop, LPPAGEARRAY papg);