#[repr(C)]
pub struct PEER_INVITATION_INFO {
Show 19 fields pub dwSize: u32, pub dwFlags: u32, pub pwzCloudName: PWSTR, pub dwScope: u32, pub dwCloudFlags: u32, pub pwzGroupPeerName: PWSTR, pub pwzIssuerPeerName: PWSTR, pub pwzSubjectPeerName: PWSTR, pub pwzGroupFriendlyName: PWSTR, pub pwzIssuerFriendlyName: PWSTR, pub pwzSubjectFriendlyName: PWSTR, pub ftValidityStart: FILETIME, pub ftValidityEnd: FILETIME, pub cRoles: u32, pub pRoles: *mut GUID, pub cClassifiers: u32, pub ppwzClassifiers: *mut PWSTR, pub pSubjectPublicKey: *mut CERT_PUBLIC_KEY_INFO, pub authScheme: PEER_GROUP_AUTHENTICATION_SCHEME,
}
Expand description

Required features: "Win32_NetworkManagement_P2P", "Win32_Foundation", "Win32_Security_Cryptography"

Fields

dwSize: u32dwFlags: u32pwzCloudName: PWSTRdwScope: u32dwCloudFlags: u32pwzGroupPeerName: PWSTRpwzIssuerPeerName: PWSTRpwzSubjectPeerName: PWSTRpwzGroupFriendlyName: PWSTRpwzIssuerFriendlyName: PWSTRpwzSubjectFriendlyName: PWSTRftValidityStart: FILETIMEftValidityEnd: FILETIMEcRoles: u32pRoles: *mut GUIDcClassifiers: u32ppwzClassifiers: *mut PWSTRpSubjectPublicKey: *mut CERT_PUBLIC_KEY_INFOauthScheme: PEER_GROUP_AUTHENTICATION_SCHEME

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.