Function GetAppliedGPOListW
pub unsafe fn GetAppliedGPOListW<P1>(
dwflags: u32,
pmachinename: P1,
psiduser: Option<PSID>,
pguidextension: *const GUID,
ppgpolist: *mut *mut GROUP_POLICY_OBJECTW,
) -> u32where
P1: Param<PCWSTR>,