 |
IsWellKnownSid ..msdn Add comment W32 Constants Translate this page |
 |
 |
Compares a SID to a well known SID and returns TRUE if they match.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL IsWellKnownSid(
PSID pSid,
WELL_KNOWN_SID_TYPE WellKnownSidType
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER IsWellKnownSid IN Advapi32;
INTEGER pSid,;
INTEGER WellKnownSidType
|
 |
 |
 |
| Parameters: |
 |
pSid
[in] Pointer to the SID to test.
WellKnownSidType
[in] Member of the WELL_KNOWN_SID_TYPE enumeration to compare with the SID at pSid. |
 |
 |
| Return value: |
 |
| Returns TRUE if the SID at pSid matches the well known SID indicated by WellKnownSidType. |
 |
 |
| My comment: |
 |
The WELL_KNOWN_SID_TYPE enumeration type is a list of commonly used security identifiers (SIDs).
Dec.29, 2006: members from 0 to 60.
See also: CreateWellKnownSid. |
 |
 |
| Word Index links for the IsWellKnownSid : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2006-12-29 16:08:05 | | Modified: | 2006-12-29 16:13:50 | Visited in last 7 days: 10 |