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§
None
No value.
Some(unsafe extern "system" fn(u32, *mut BOOL, PCWSTR, *const RSOP_TARGET, *const RSOP_TARGET) -> u32)
Some value of type T.