Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*
* 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 */
|