[NETAPI32]
[reactos.git] / reactos / dll / win32 / netapi32 / netapi32.h
index 8279d1e..1043833 100644 (file)
@@ -52,4 +52,9 @@ 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);
+
 #endif
\ No newline at end of file