Function windows_acl::helper::sid_to_string [] [src]

pub fn sid_to_string(sid: PSID) -> Result<String, DWORD>

Converts a raw SID into a SID string representation.

Arguments

Errors

On error, a Windows error code is returned with the Err type.