WindowsXP-SP1/admin/select/src/downlvl.hxx
2020-09-30 16:53:49 +02:00

13 lines
242 B
C++

HRESULT
GetLsaAccountDomainInfo(
PCWSTR pwzServerName,
PLSA_HANDLE phlsaServer,
PPOLICY_ACCOUNT_DOMAIN_INFO *ppAccountDomainInfo);
HRESULT
GetDomainSid(
PWSTR pwzDomainName,
PSID *ppSid,
PWSTR *ppwzDC);