windows-nt/Source/XPSP1/NT/shell/ext/url/inetcpl.h

28 lines
717 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
* inetcpl.h - Indirect calls to inetcpl.cpl description.
*/
#ifdef __cplusplus
extern "C" { /* Assume C declarations for C++. */
#endif /* __cplusplus */
/* Prototypes
*************/
/* inetcpl.c */
#define ExitInternetCPLModule() UnloadInternetCPL()
extern PULONG GetInternetCPLRefCountPtr(void);
extern HRESULT InternetCPLCanUnloadNow(void);
extern void UnloadInternetCPL(void);
extern BOOL InitInternetCPLModule(void);
extern HRESULT WINAPI AddInternetPropertySheets(LPFNADDPROPSHEETPAGE pfnAddPage, LPARAM lparam, PUINT pucRefCount, LPFNPSPCALLBACK pfnCallback);
#ifdef __cplusplus
} /* End of extern "C" {. */
#endif /* __cplusplus */