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.

34 lines
608 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: pwdui.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _PWDUI_H_
  11. #define _PWDUI_H_
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. BOOL
  16. WINAPI
  17. ProtectUI_DllMain(
  18. HINSTANCE hinstDLL, // handle to DLL module
  19. DWORD fdwReason, // reason for calling function
  20. LPVOID lpvReserved // reserved
  21. );
  22. #ifdef __cplusplus
  23. } // Balance extern "C" above
  24. #endif
  25. #endif // _PWDUI_H_