Struct windows_sys::Win32::Security::Credentials::CREDENTIALA
#[repr(C)]pub struct CREDENTIALA {
pub Flags: CRED_FLAGS,
pub Type: CRED_TYPE,
pub TargetName: PSTR,
pub Comment: PSTR,
pub LastWritten: FILETIME,
pub CredentialBlobSize: u32,
pub CredentialBlob: *mut u8,
pub Persist: CRED_PERSIST,
pub AttributeCount: u32,
pub Attributes: *mut CREDENTIAL_ATTRIBUTEA,
pub TargetAlias: PSTR,
pub UserName: PSTR,
}Expand description
Required features: "Win32_Security_Credentials", "Win32_Foundation"
Fields§
§Flags: CRED_FLAGS§Type: CRED_TYPE§TargetName: PSTR§Comment: PSTR§LastWritten: FILETIME§CredentialBlobSize: u32§CredentialBlob: *mut u8§Persist: CRED_PERSIST§AttributeCount: u32§Attributes: *mut CREDENTIAL_ATTRIBUTEA§TargetAlias: PSTR§UserName: PSTR