pub unsafe extern "system" fn ADsOpenObject(
    lpszpathname: PWSTR,
    lpszusername: PWSTR,
    lpszpassword: PWSTR,
    dwreserved: ADS_AUTHENTICATION_ENUM,
    riid: *const GUID,
    ppobject: *mut *mut c_void
) -> HRESULT
Expand description

Required features: ‘Win32_Networking_ActiveDirectory’, ‘Win32_Foundation’