windows-nt/Source/XPSP1/NT/shell/themes/themesel/pageinfo.h

17 lines
407 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __PAGEINFO_H__
#define __PAGEINFO_H__
typedef HWND (CALLBACK *PAGECREATEINSTANCEPROC)(HWND hwndParent);
//-------------------------------------------------------------------------//
typedef struct
{
PAGECREATEINSTANCEPROC pfnCreateInstance;
UINT nIDSTitle;
} PAGEINFO;
extern const int g_cPageInfo;
extern const PAGEINFO g_rgPageInfo[];
#endif __PAGEINFO_H__