Returns the canonical format of a SID specifier string.
win32
canonicalize-sid-string sid-string => result
| sid-string⇩ |
A string. |
| result |
A string or nil. |
The function canonicalize-sid-string returns the canonical format of the SID specified by sid-string. If the string is already canonical (in the S-1-.. format) it returns a string which is equal to it. When the string is an alias, it returns the canonical form. The aliases are documented in the MSDN in the page titled "SID strings" (search for SDDL_ANONYMOUS).
canonicalize-sid-string returns nil for an unrecognized SID.
wait-for-connection
security-description-string-for-open-named-pipe
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:52