windows::Win32::Networking::ActiveDirectory

Function ADsGetObject

pub unsafe fn ADsGetObject<P0>(
    lpszpathname: P0,
    riid: *const GUID,
    ppobject: *mut *mut c_void,
) -> Result<()>
where P0: Param<PCWSTR>,