ReactOS 0.4.16-dev-550-g2186ce3
|
#include <wincred.h>
Public Attributes | |
DWORD | cbSize |
HWND | hwndParent |
PCWSTR | pszMessageText |
PCWSTR | pszCaptionText |
HBITMAP | hbmBanner |
DWORD _CREDUI_INFOW::cbSize |
Definition at line 143 of file wincred.h.
Referenced by test_CredUIPromptForCredentials().
HBITMAP _CREDUI_INFOW::hbmBanner |
Definition at line 147 of file wincred.h.
Referenced by CredUIPromptForCredentialsW(), and test_CredUIPromptForCredentials().
HWND _CREDUI_INFOW::hwndParent |
Definition at line 144 of file wincred.h.
Referenced by CredUIPromptForCredentialsW(), and test_CredUIPromptForCredentials().
PCWSTR _CREDUI_INFOW::pszCaptionText |
Definition at line 146 of file wincred.h.
Referenced by CredUIPromptForCredentialsW(), and test_CredUIPromptForCredentials().
PCWSTR _CREDUI_INFOW::pszMessageText |
Definition at line 145 of file wincred.h.
Referenced by CredUIPromptForCredentialsW(), and test_CredUIPromptForCredentials().