67f55485567c0012a98323cc51b8cdca3d828749
[reactos.git] / reactos / dll / win32 / netapi32 / netapi32.h
1
2 #ifndef __WINE_NETAPI32_H__
3 #define __WINE_NETAPI32_H__
4
5 NET_API_STATUS
6 WINAPI
7 NetpNtStatusToApiStatus(NTSTATUS Status);
8
9 /* misc.c */
10
11 NTSTATUS
12 GetAccountDomainSid(PSID *AccountDomainSid);
13
14 NTSTATUS
15 GetBuiltinDomainSid(PSID *BuiltinDomainSid);
16
17 #endif