SidToName( )
| Action: | Translates a Security Identifier (SID) into a name. |
||||
| Syntax: | SIDTONAME (“SID”) |
||||
| Parameters: |
SID
|
||||
| Remarks: |
SIDTONAME is not supported on Windows 9x. |
||||
| Returns: |
|
||||
| See Also: |
InGroup( ) |
||||
| Examples: |
?
SidToName("S-1-1-0") ; displays 'Everyone' |