Converts a binary SID to a string
#include <Security.au3>
_Security__SidToStringSid ( $pSID )
$pSID | Pointer to a binary SID to be converted |
Success: | the SID in string form. |
Failure: | an empty string. |
Search ConvertSidToStringSid in MSDN Library.