mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[NETAPI32] Implement DsGetSiteNameA
Also add the NetpAllocAnsiStrFromWStr helper function.
This commit is contained in:
parent
0b129da05c
commit
3d5c682cd8
3 changed files with 74 additions and 4 deletions
|
@ -64,6 +64,11 @@ CopySidFromSidAndRid(
|
|||
_In_ PSID SrcSid,
|
||||
_In_ ULONG RelativeId);
|
||||
|
||||
PSTR
|
||||
WINAPI
|
||||
NetpAllocAnsiStrFromWStr(
|
||||
_In_ PWSTR InString);
|
||||
|
||||
PWSTR
|
||||
WINAPI
|
||||
NetpAllocWStrFromAnsiStr(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue