 |
IsValidSid ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The IsValidSid function validates a security identifier (SID) by verifying that the revision number is within a known range, and that the number of subauthorities is less than the maximum. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL IsValidSid(
PSID pSid
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER IsValidSid IN advapi32;
STRING pSid
|
 |
 |
 |
| Parameters: |
 |
pSid
[in] Pointer to the SID structure to validate. This parameter cannot be NULL. |
 |
 |
| Return value: |
 |
| If the SID structure is valid, the return value is nonzero. |
 |
 |
| Word Index links for the IsValidSid : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-01-02 18:31:45 | | Modified: | 2002-01-02 18:33:39 | Visited in last 7 days: 24 |