[NETAPI32]
[reactos.git] / reactos / dll / win32 / netapi32 / netapi32.h
index 8279d1e..9d7412a 100644 (file)
@@ -24,6 +24,7 @@
 #include <wine/list.h>
 
 #define NTOS_MODE_USER
+#include <ndk/kefuncs.h>
 #include <ndk/rtlfuncs.h>
 #include <ntsam.h>
 
@@ -52,4 +53,14 @@ OpenBuiltinDomain(IN SAM_HANDLE ServerHandle,
                   IN ULONG DesiredAccess,
                   OUT SAM_HANDLE *DomainHandle);
 
+NET_API_STATUS
+BuildSidFromSidAndRid(IN PSID SrcSid,
+                      IN ULONG RelativeId,
+                      OUT PSID *DestSid);
+
+/* wksta.c */
+
+BOOL
+NETAPI_IsLocalComputer(LMCSTR ServerName);
+
 #endif
\ No newline at end of file