windows::Win32::System::GroupPolicy

Function GetAppliedGPOListA

pub unsafe fn GetAppliedGPOListA<P1>(
    dwflags: u32,
    pmachinename: P1,
    psiduser: Option<PSID>,
    pguidextension: *const GUID,
    ppgpolist: *mut *mut GROUP_POLICY_OBJECTA,
) -> u32
where P1: Param<PCSTR>,