#[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: *mut PWSTR,
pub cCertTemplateNames: u32,
pub aMachinePolicyNames: *mut PWSTR,
pub cMachinePolicyNames: u32,
pub aMachinePolicyPaths: *mut PWSTR,
pub cMachinePolicyPaths: u32,
pub lpNetbiosName: PWSTR,
pub lpSiteName: PWSTR,
pub lpPrimaryDNSDomain: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
dwVersion: u32
lpDomain: PCWSTR
lpHostName: PCWSTR
lpMachineAccountOU: PCWSTR
lpDcName: PCWSTR
dwProvisionOptions: NETSETUP_PROVISION
aCertTemplateNames: *mut PWSTR
cCertTemplateNames: u32
aMachinePolicyNames: *mut PWSTR
cMachinePolicyNames: u32
aMachinePolicyPaths: *mut PWSTR
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
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