All Manuals > LispWorks® User Guide and Reference Manual > 48 Miscellaneous WIN32 symbols

known-sid-integer-to-sid-string Function

Summary

Returns the sid string for a known SID type integer.

Package

win32

Signature

known-sid-integer-to-sid-string integer => sid-string

Arguments
integer
An integer.
Values
sid-string
A string or nil.
Description

The function known-sid-integer-to-sid-string returns the SID string for integer, which needs to be one of the known integers, which are documented in the MSDN in the entry for WELL_KNOWN_SID_TYPE Enumeration.

known-sid-integer-to-sid-string returns nil for an unknown integer.

See also

wait-for-connection
security-description-string-for-open-named-pipe


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:08