Function windows_sys::Win32::Security::CheckTokenMembership
pub unsafe extern "system" fn CheckTokenMembership(
tokenhandle: HANDLE,
sidtocheck: PSID,
ismember: *mut BOOL
) -> BOOLExpand description
Required features: "Win32_Security", "Win32_Foundation"