|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
| #define ConvertSecurityDescriptorToStringSecurityDescriptor ConvertSecurityDescriptorToStringSecurityDescriptorA |
| #define ConvertSidToStringSid ConvertSidToStringSidA |
| #define ConvertStringSecurityDescriptorToSecurityDescriptor ConvertStringSecurityDescriptorToSecurityDescriptorA |
| #define ConvertStringSidToSid ConvertStringSidToSidA |
| #define SDDL_REVISION SDDL_REVISION_1 |
| BOOL WINAPI ConvertSecurityDescriptorToStringSecurityDescriptorA | ( | PSECURITY_DESCRIPTOR | SecurityDescriptor, |
| DWORD | SDRevision, | ||
| SECURITY_INFORMATION | Information, | ||
| LPSTR * | OutputString, | ||
| PULONG | OutputLen | ||
| ) |
Definition at line 3499 of file security.c.
| BOOL WINAPI ConvertSecurityDescriptorToStringSecurityDescriptorW | ( | PSECURITY_DESCRIPTOR | SecurityDescriptor, |
| DWORD | SDRevision, | ||
| SECURITY_INFORMATION | RequestedInformation, | ||
| LPWSTR * | OutputString, | ||
| PULONG | OutputLen | ||
| ) |
Definition at line 3435 of file security.c.
Referenced by ConvertSecurityDescriptorToStringSecurityDescriptorA().
Definition at line 3637 of file security.c.
Referenced by debugstr_sid(), get_user_sid(), map_name_2_sid(), test_CreateWellKnownSid(), test_LookupAccountSid(), test_lsa(), test_sid(), test_sid_str(), test_token_attr(), and test_token_label().
Definition at line 3583 of file security.c.
Referenced by _GetUserSidStringFromToken(), AddUserProfiles(), ConvertSidToStringSidA(), CreateUserProfileExW(), get_user_sid(), GetEventUserName(), GetPrincipalDisplayString(), RecycleBin5::Init(), LsapGetDomainInfo(), LsapLookupAccountDomainSids(), LsapLookupBuiltinDomainSids(), LsapLookupWellKnownSids(), MsiSourceListAddSourceW(), SampAddMemberToAlias(), SampRemoveMemberFromAlias(), SampRemoveMemberFromAllAliases(), SampSetupAddMemberToAlias(), set_user_sid_prop(), START_TEST(), UpdatePrincipalInfo(), WhoamiGroups(), WhoamiLogonId(), and WhoamiUser().
| BOOL WINAPI ConvertStringSecurityDescriptorToSecurityDescriptorA | ( | LPCSTR | StringSecurityDescriptor, |
| DWORD | StringSDRevision, | ||
| PSECURITY_DESCRIPTOR * | SecurityDescriptor, | ||
| PULONG | SecurityDescriptorSize | ||
| ) |
Definition at line 3032 of file security.c.
Referenced by test_profile_directory_readonly().
| BOOL WINAPI ConvertStringSecurityDescriptorToSecurityDescriptorW | ( | LPCWSTR | StringSecurityDescriptor, |
| DWORD | StringSDRevision, | ||
| PSECURITY_DESCRIPTOR * | SecurityDescriptor, | ||
| PULONG | SecurityDescriptorSize | ||
| ) |
Definition at line 3062 of file security.c.
Referenced by CM_Set_Class_Registry_PropertyW(), ConvertStringSecurityDescriptorToSecurityDescriptorA(), InstallOneService(), registry_callback(), and SetupQueueCopyIndirectW().
Definition at line 3560 of file security.c.
Referenced by test_LsaLookupSids().
Definition at line 3536 of file security.c.
Referenced by ConvertStringSidToSidA(), and fill_sid().