Function winsafe::LookupAccountSid

source ·
pub fn LookupAccountSid(
    system_name: Option<&str>,
    sid: &SID
) -> SysResult<(String, String, SID_NAME_USE)>
Available on crate feature kernel only.
Expand description