AutoSID Chusov::Win32::Security::GetWellKnownSid | ( | sid_authority_t | authority_id, |
DWORD | dwSubAuthority0, | ||
DWORD | dwSubAuthority1, | ||
DWORD | dwSubAuthority2, | ||
DWORD | dwSubAuthority3, | ||
DWORD | dwSubAuthority4 | ||
) |
A wrapper over the Windows API AllocateAndInitializeSid function used to create well-known security identifiers.
authority_id | A top-level identifier authority value to set in the SID with respect to the Chusov::Win32::Security::sid_authority_t values. |
dwSubAuthority0 | is a subauthority value to place in the SID. |
dwSubAuthority1 | is a subauthority value to place in the SID. |
dwSubAuthority2 | is a subauthority value to place in the SID. |
dwSubAuthority3 | is a subauthority value to place in the SID. |
dwSubAuthority4 | is a subauthority value to place in the SID. |