pub type PFN_AUTHZ_GET_CENTRAL_ACCESS_POLICY = Option<unsafe extern "system" fn(hauthzclientcontext: AUTHZ_CLIENT_CONTEXT_HANDLE, capid: PSID, pargs: *const c_void, pcentralaccesspolicyapplicable: *mut BOOL, ppcentralaccesspolicy: *mut *mut c_void) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFN_AUTHZ_GET_CENTRAL_ACCESS_POLICY {
    None,
    Some(unsafe extern "system" fn(_: isize, _: *mut c_void, _: *const c_void, _: *mut i32, _: *mut *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: *mut c_void, _: *const c_void, _: *mut i32, _: *mut *mut c_void) -> i32)

Some value of type T.