[NETAPI32] Implement DsGetSiteNameA

Also add the NetpAllocAnsiStrFromWStr helper function.
This commit is contained in:
Eric Kohl 2019-08-24 13:15:41 +02:00
parent 0b129da05c
commit 3d5c682cd8
3 changed files with 74 additions and 4 deletions

View file

@ -64,6 +64,11 @@ CopySidFromSidAndRid(
_In_ PSID SrcSid,
_In_ ULONG RelativeId);
PSTR
WINAPI
NetpAllocAnsiStrFromWStr(
_In_ PWSTR InString);
PWSTR
WINAPI
NetpAllocWStrFromAnsiStr(