pub unsafe extern "system" fn GetGPOListW(
    htoken: HANDLE,
    lpname: PCWSTR,
    lphostname: PCWSTR,
    lpcomputername: PCWSTR,
    dwflags: u32,
    pgpolist: *mut *mut GROUP_POLICY_OBJECTW
) -> BOOL
Expand description

Required features: "Win32_System_GroupPolicy", "Win32_Foundation"