Struct winapi::lmjoin::NETSETUP_PROVISIONING_PARAMS [] [src]

pub struct NETSETUP_PROVISIONING_PARAMS {
    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
lpDomain
lpHostName
lpMachineAccountOU
lpDcName
dwProvisionOptions
aCertTemplateNames
cCertTemplateNames
aMachinePolicyNames
cMachinePolicyNames
aMachinePolicyPaths
cMachinePolicyPaths
lpNetbiosName
lpSiteName
lpPrimaryDNSDomain

Trait Implementations

impl Copy for NETSETUP_PROVISIONING_PARAMS
[src]

impl Clone for NETSETUP_PROVISIONING_PARAMS
[src]

fn clone(&self) -> NETSETUP_PROVISIONING_PARAMS

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for NETSETUP_PROVISIONING_PARAMS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.