#[repr(C)]pub struct NETSETUP_PROVISIONING_PARAMS {Show 15 fields
pub dwVersion: DWORD,
pub lpDomain: LPCWSTR,
pub lpHostName: LPCWSTR,
pub lpMachineAccountOU: LPCWSTR,
pub lpDcName: LPCWSTR,
pub dwProvisionOptions: DWORD,
pub aCertTemplateNames: *mut LPCWSTR,
pub cCertTemplateNames: DWORD,
pub aMachinePolicyNames: *mut LPCWSTR,
pub cMachinePolicyNames: DWORD,
pub aMachinePolicyPaths: *mut LPCWSTR,
pub cMachinePolicyPaths: DWORD,
pub lpNetbiosName: LPWSTR,
pub lpSiteName: LPWSTR,
pub lpPrimaryDNSDomain: LPWSTR,
}
Fields§
§dwVersion: DWORD
§lpDomain: LPCWSTR
§lpHostName: LPCWSTR
§lpMachineAccountOU: LPCWSTR
§lpDcName: LPCWSTR
§dwProvisionOptions: DWORD
§aCertTemplateNames: *mut LPCWSTR
§cCertTemplateNames: DWORD
§aMachinePolicyNames: *mut LPCWSTR
§cMachinePolicyNames: DWORD
§aMachinePolicyPaths: *mut LPCWSTR
§cMachinePolicyPaths: DWORD
§lpNetbiosName: LPWSTR
§lpSiteName: LPWSTR
§lpPrimaryDNSDomain: LPWSTR
Trait Implementations§
Source§impl Clone for NETSETUP_PROVISIONING_PARAMS
impl Clone for NETSETUP_PROVISIONING_PARAMS
Source§fn clone(&self) -> NETSETUP_PROVISIONING_PARAMS
fn clone(&self) -> NETSETUP_PROVISIONING_PARAMS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NETSETUP_PROVISIONING_PARAMS
impl Default for NETSETUP_PROVISIONING_PARAMS
Source§fn default() -> NETSETUP_PROVISIONING_PARAMS
fn default() -> NETSETUP_PROVISIONING_PARAMS
Returns the “default value” for a type. Read more
impl Copy for NETSETUP_PROVISIONING_PARAMS
Auto Trait Implementations§
impl Freeze for NETSETUP_PROVISIONING_PARAMS
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