pub unsafe extern "system" fn NetGetJoinableOUs(
    lpserver: PWSTR,
    lpdomain: PWSTR,
    lpaccount: PWSTR,
    lppassword: PWSTR,
    oucount: *mut u32,
    ous: *mut *mut PWSTR
) -> u32
Expand description

Required features: ‘Win32_NetworkManagement_NetManagement’, ‘Win32_Foundation’