Function NetGetJoinableOUs
pub unsafe fn NetGetJoinableOUs<P0, P1, P2, P3>(
lpserver: P0,
lpdomain: P1,
lpaccount: P2,
lppassword: P3,
oucount: *mut u32,
ous: *mut *mut PWSTR,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,