 |
ConvertSidToStringSid ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Converts a security identifier (SID) to a string format suitable for display, storage, or transmission. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL ConvertSidToStringSid(
PSID Sid,
LPTSTR* StringSid
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER ConvertSidToStringSid IN advapi32;
INTEGER Sid,;
INTEGER @StringSid
|
 |
 |
 |
| Parameters: |
 |
Sid
[in] Pointer to the SID structure to convert.
StringSid
[out] Pointer to a variable that receives a pointer to a null-terminated SID string. To free the returned buffer, call the LocalFree function. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
Examples of what this function returns:
S-1-800
S-1-5-21-606747154-839522115-1708537768-1004
|
 |
 |
| Word Index links for the ConvertSidToStringSid : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2006-03-30 13:10:24 | | Modified: | 2006-03-30 13:13:22 | Visited in last 7 days: 17 |