Struct winapi::um::wincred::CREDUI_INFOW [−][src]
#[repr(C)]pub struct CREDUI_INFOW {
pub cbSize: DWORD,
pub hwndParent: HWND,
pub pszMessageText: PCWSTR,
pub pszCaptionText: PCWSTR,
pub hbmBanner: HBITMAP,
}
Fields
cbSize: DWORD
hwndParent: HWND
pszMessageText: PCWSTR
pszCaptionText: PCWSTR
hbmBanner: HBITMAP
Trait Implementations
Returns the “default value” for a type. Read more