[][src]Function winapi::um::lmjoin::NetGetJoinableOUs

pub unsafe extern "system" fn NetGetJoinableOUs(
    lpServer: LPCWSTR,
    lpDomain: LPCWSTR,
    lpAccount: LPCWSTR,
    lpPassword: LPCWSTR,
    OUCount: *mut DWORD,
    OUs: *mut *mut LPWSTR
) -> NET_API_STATUS