 |
GetLengthSid ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetLengthSid function returns the length, in bytes, of a valid security identifier (SID). |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD GetLengthSid(
PSID pSid
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetLengthSid IN advapi32;
STRING pSid
|
 |
 |
 |
| Parameters: |
 |
pSid
[in] Pointer to the SID structure whose length is returned. |
 |
 |
| Return value: |
 |
| If the SID structure is valid, the return value is the length, in bytes, of the SID structure. |
 |
 |
| Word Index links for the GetLengthSid : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-01-02 18:34:32 | | Modified: | 2002-01-02 18:35:56 | Visited in last 7 days: 17 |