windows::Win32::Networking::ActiveDirectory

Function DsGetDomainControllerInfoW

pub unsafe fn DsGetDomainControllerInfoW<P1>(
    hds: HANDLE,
    domainname: P1,
    infolevel: u32,
    pcout: *mut u32,
    ppinfo: *mut *mut c_void,
) -> u32
where P1: Param<PCWSTR>,