summaryrefslogtreecommitdiffstats
path: root/private/unimodem/common/sec.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/unimodem/common/sec.h')
-rw-r--r--private/unimodem/common/sec.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/private/unimodem/common/sec.h b/private/unimodem/common/sec.h
new file mode 100644
index 000000000..9ec615f7e
--- /dev/null
+++ b/private/unimodem/common/sec.h
@@ -0,0 +1,24 @@
+//****************************************************************************
+//
+// Module: UNIMDM
+// File: SEC.H
+//
+// Copyright (c) 1992-1996, Microsoft Corporation, all rights reserved
+//
+// Revision History
+//
+//
+// 3/27/96 JosephJ Created
+//
+//
+// Description: Security-related helper functions
+//
+//****************************************************************************
+PSECURITY_DESCRIPTOR AllocateSecurityDescriptor (
+ PSID_IDENTIFIER_AUTHORITY pSIA,
+ DWORD dwRID,
+ DWORD dwRights,
+ PSID pSidOwner,
+ PSID pSidGroup
+ );
+void FreeSecurityDescriptor(PSECURITY_DESCRIPTOR pSD);