Function windows::Win32::Networking::ActiveDirectory::DsBindByInstanceW
pub unsafe fn DsBindByInstanceW<P0, P1, P2, P3>(
servername: P0,
annotation: P1,
instanceguid: Option<*const GUID>,
dnsdomainname: P2,
authidentity: Option<*const c_void>,
serviceprincipalname: P3,
bindflags: u32,
phds: *mut HANDLE,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,