WindowsXP-SP1/shell/ext/url/inetcpl.h
2020-09-30 16:53:49 +02:00

28 lines
744 B
C

/*
* 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 */