ReactOS
0.4.15-dev-5606-gf34e425
|
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 | , |
DWORD | , | ||
SECURITY_INFORMATION | , | ||
LPSTR * | , | ||
PULONG | |||
) |
Definition at line 3298 of file security.c.
BOOL WINAPI ConvertSecurityDescriptorToStringSecurityDescriptorW | ( | PSECURITY_DESCRIPTOR | , |
DWORD | , | ||
SECURITY_INFORMATION | , | ||
LPWSTR * | , | ||
PULONG | |||
) |
Definition at line 3234 of file security.c.
Referenced by ConvertSecurityDescriptorToStringSecurityDescriptorA().
Definition at line 3436 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 3382 of file security.c.
Referenced by _GetUserSidStringFromToken(), AddUserProfiles(), ConvertSidToStringSidA(), CreateUserProfileExW(), get_user_sid(), GetEventUserName(), GetPrincipalDisplayString(), LsapGetDomainInfo(), LsapLookupAccountDomainSids(), LsapLookupBuiltinDomainSids(), LsapLookupWellKnownSids(), MsiSourceListAddSourceW(), RecycleBin5_Constructor(), SampAddMemberToAlias(), SampRemoveMemberFromAlias(), SampRemoveMemberFromAllAliases(), SampSetupAddMemberToAlias(), set_user_sid_prop(), START_TEST(), UpdatePrincipalInfo(), WhoamiGroups(), WhoamiLogonId(), and WhoamiUser().
BOOL WINAPI ConvertStringSecurityDescriptorToSecurityDescriptorA | ( | LPCSTR | , |
DWORD | , | ||
PSECURITY_DESCRIPTOR * | , | ||
PULONG | |||
) |
Definition at line 2831 of file security.c.
Referenced by test_profile_directory_readonly().
BOOL WINAPI ConvertStringSecurityDescriptorToSecurityDescriptorW | ( | LPCWSTR | , |
DWORD | , | ||
PSECURITY_DESCRIPTOR * | , | ||
PULONG | |||
) |
Definition at line 2861 of file security.c.
Referenced by ConvertStringSecurityDescriptorToSecurityDescriptorA(), InstallOneService(), registry_callback(), and SetupQueueCopyIndirectW().
Definition at line 3359 of file security.c.
Referenced by test_LsaLookupSids().
Definition at line 3335 of file security.c.
Referenced by ConvertStringSidToSidA(), and fill_sid().