PFNGENERATEGROUPPOLICY

Type Alias PFNGENERATEGROUPPOLICY 

pub type PFNGENERATEGROUPPOLICY = Option<unsafe extern "system" fn(dwflags: u32, pbabort: *mut BOOL, pwszsite: PCWSTR, pcomputertarget: *const RSOP_TARGET, pusertarget: *const RSOP_TARGET) -> u32>;

Aliased Type§

pub enum PFNGENERATEGROUPPOLICY {
    None,
    Some(unsafe extern "system" fn(u32, *mut BOOL, PCWSTR, *const RSOP_TARGET, *const RSOP_TARGET) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(u32, *mut BOOL, PCWSTR, *const RSOP_TARGET, *const RSOP_TARGET) -> u32)

Some value of type T.