windows::Win32::Networking::ActiveDirectory

Function DsBindWithSpnExW

pub unsafe fn DsBindWithSpnExW<P0, P1, P3>(
    domaincontrollername: P0,
    dnsdomainname: P1,
    authidentity: Option<*const c_void>,
    serviceprincipalname: P3,
    bindflags: Option<u32>,
    phds: *mut HANDLE,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P3: Param<PCWSTR>,