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§
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
.