#[repr(C)]pub struct NETSETUP_PROVISIONING_PARAMS {Show 15 fields
pub dwVersion: u32,
pub lpDomain: PCWSTR,
pub lpHostName: PCWSTR,
pub lpMachineAccountOU: PCWSTR,
pub lpDcName: PCWSTR,
pub dwProvisionOptions: NETSETUP_PROVISION,
pub aCertTemplateNames: *const PCWSTR,
pub cCertTemplateNames: u32,
pub aMachinePolicyNames: *const PCWSTR,
pub cMachinePolicyNames: u32,
pub aMachinePolicyPaths: *const PCWSTR,
pub cMachinePolicyPaths: u32,
pub lpNetbiosName: PWSTR,
pub lpSiteName: PWSTR,
pub lpPrimaryDNSDomain: PWSTR,
}
Fields§
§dwVersion: u32
§lpDomain: PCWSTR
§lpHostName: PCWSTR
§lpMachineAccountOU: PCWSTR
§lpDcName: PCWSTR
§dwProvisionOptions: NETSETUP_PROVISION
§aCertTemplateNames: *const PCWSTR
§cCertTemplateNames: u32
§aMachinePolicyNames: *const PCWSTR
§cMachinePolicyNames: u32
§aMachinePolicyPaths: *const PCWSTR
§cMachinePolicyPaths: u32
§lpNetbiosName: PWSTR
§lpSiteName: PWSTR
§lpPrimaryDNSDomain: PWSTR
Trait Implementations§
§impl Clone for NETSETUP_PROVISIONING_PARAMS
impl Clone for NETSETUP_PROVISIONING_PARAMS
impl Copy for NETSETUP_PROVISIONING_PARAMS
Auto Trait Implementations§
impl RefUnwindSafe for NETSETUP_PROVISIONING_PARAMS
impl !Send for NETSETUP_PROVISIONING_PARAMS
impl !Sync for NETSETUP_PROVISIONING_PARAMS
impl Unpin for NETSETUP_PROVISIONING_PARAMS
impl UnwindSafe for NETSETUP_PROVISIONING_PARAMS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more