#[repr(C)]pub struct CREDENTIAL_TARGET_INFORMATIONW {
pub TargetName: PWSTR,
pub NetbiosServerName: PWSTR,
pub DnsServerName: PWSTR,
pub NetbiosDomainName: PWSTR,
pub DnsDomainName: PWSTR,
pub DnsTreeName: PWSTR,
pub PackageName: PWSTR,
pub Flags: u32,
pub CredTypeCount: u32,
pub CredTypes: *mut u32,
}
Expand description
Required features: "Win32_Security_Credentials"
Fields
TargetName: PWSTR
NetbiosServerName: PWSTR
DnsServerName: PWSTR
NetbiosDomainName: PWSTR
DnsDomainName: PWSTR
DnsTreeName: PWSTR
PackageName: PWSTR
Flags: u32
CredTypeCount: u32
CredTypes: *mut u32
Trait Implementations
impl Clone for CREDENTIAL_TARGET_INFORMATIONW
impl Clone for CREDENTIAL_TARGET_INFORMATIONW
impl Copy for CREDENTIAL_TARGET_INFORMATIONW
Auto Trait Implementations
impl RefUnwindSafe for CREDENTIAL_TARGET_INFORMATIONW
impl !Send for CREDENTIAL_TARGET_INFORMATIONW
impl !Sync for CREDENTIAL_TARGET_INFORMATIONW
impl Unpin for CREDENTIAL_TARGET_INFORMATIONW
impl UnwindSafe for CREDENTIAL_TARGET_INFORMATIONW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more