mirror of https://github.com/tongzx/nt5src
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
807 B
30 lines
807 B
LIBRARY credui
|
|
|
|
;
|
|
; Use the NOT_PUBLIC keyword on functions that should be exported
|
|
; from the private .lib and not from the public .lib
|
|
;
|
|
EXPORTS
|
|
CredUIParseUserNameW
|
|
CredUIParseUserNameA
|
|
CredUIInitControls NOT_PUBLIC
|
|
CredUIPromptForCredentialsW
|
|
CredUIPromptForCredentialsA
|
|
CredUIConfirmCredentialsW
|
|
CredUIConfirmCredentialsA
|
|
CredUICmdLinePromptForCredentialsW
|
|
CredUICmdLinePromptForCredentialsA
|
|
CredUIStoreSSOCredW
|
|
CredUIStoreSSOCredA NOT_PUBLIC
|
|
CredUIReadSSOCredW
|
|
CredUIReadSSOCredA NOT_PUBLIC
|
|
|
|
|
|
;
|
|
; Use the PRIVATE keyword on functions that should not be published from either
|
|
; the private nor public .lib
|
|
;
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|