windows-nt/Source/XPSP1/NT/shell/inc/wutilsp.h

16 lines
384 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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);