pub unsafe extern "system" fn AuthzGetInformationFromContext(
hauthzclientcontext: AUTHZ_CLIENT_CONTEXT_HANDLE,
infoclass: AUTHZ_CONTEXT_INFORMATION_CLASS,
buffersize: u32,
psizerequired: *mut u32,
buffer: *mut c_void
) -> BOOL
Expand description
Required features: "Win32_Security_Authorization"
, "Win32_Foundation"