#[repr(C)]
pub struct DSREG_JOIN_INFO { pub joinType: DSREG_JOIN_TYPE, pub pJoinCertificate: *const CERT_CONTEXT, pub pszDeviceId: PWSTR, pub pszIdpDomain: PWSTR, pub pszTenantId: PWSTR, pub pszJoinUserEmail: PWSTR, pub pszTenantDisplayName: PWSTR, pub pszMdmEnrollmentUrl: PWSTR, pub pszMdmTermsOfUseUrl: PWSTR, pub pszMdmComplianceUrl: PWSTR, pub pszUserSettingSyncUrl: PWSTR, pub pUserInfo: *mut DSREG_USER_INFO, }
Expand description

Required features: "Win32_NetworkManagement_NetManagement", "Win32_Foundation", "Win32_Security_Cryptography"

Fields§

§joinType: DSREG_JOIN_TYPE§pJoinCertificate: *const CERT_CONTEXT§pszDeviceId: PWSTR§pszIdpDomain: PWSTR§pszTenantId: PWSTR§pszJoinUserEmail: PWSTR§pszTenantDisplayName: PWSTR§pszMdmEnrollmentUrl: PWSTR§pszMdmTermsOfUseUrl: PWSTR§pszMdmComplianceUrl: PWSTR§pszUserSettingSyncUrl: PWSTR§pUserInfo: *mut DSREG_USER_INFO

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.