Leaked source code of windows server 2003
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.

30 lines
837 B

  1. LIBRARY credui
  2. ;
  3. ; Use the NOT_PUBLIC keyword on functions that should be exported
  4. ; from the private .lib and not from the public .lib
  5. ;
  6. EXPORTS
  7. CredUIParseUserNameW
  8. CredUIParseUserNameA
  9. CredUIInitControls NOT_PUBLIC
  10. CredUIPromptForCredentialsW
  11. CredUIPromptForCredentialsA
  12. CredUIConfirmCredentialsW
  13. CredUIConfirmCredentialsA
  14. CredUICmdLinePromptForCredentialsW
  15. CredUICmdLinePromptForCredentialsA
  16. CredUIStoreSSOCredW
  17. CredUIStoreSSOCredA NOT_PUBLIC
  18. CredUIReadSSOCredW
  19. CredUIReadSSOCredA NOT_PUBLIC
  20. ;
  21. ; Use the PRIVATE keyword on functions that should not be published from either
  22. ; the private nor public .lib
  23. ;
  24. DllCanUnloadNow PRIVATE
  25. DllGetClassObject PRIVATE
  26. DllRegisterServer PRIVATE
  27. DllUnregisterServer PRIVATE