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.

27 lines
717 B

  1. /*
  2. * inetcpl.h - Indirect calls to inetcpl.cpl description.
  3. */
  4. #ifdef __cplusplus
  5. extern "C" { /* Assume C declarations for C++. */
  6. #endif /* __cplusplus */
  7. /* Prototypes
  8. *************/
  9. /* inetcpl.c */
  10. #define ExitInternetCPLModule() UnloadInternetCPL()
  11. extern PULONG GetInternetCPLRefCountPtr(void);
  12. extern HRESULT InternetCPLCanUnloadNow(void);
  13. extern void UnloadInternetCPL(void);
  14. extern BOOL InitInternetCPLModule(void);
  15. extern HRESULT WINAPI AddInternetPropertySheets(LPFNADDPROPSHEETPAGE pfnAddPage, LPARAM lparam, PUINT pucRefCount, LPFNPSPCALLBACK pfnCallback);
  16. #ifdef __cplusplus
  17. } /* End of extern "C" {. */
  18. #endif /* __cplusplus */