update for HEAD-2003050101
[reactos.git] / include / ddk / setypes.h
index cd4eaa5..cf1ab5d 100644 (file)
@@ -159,6 +159,15 @@ typedef struct _SE_EXPORTS
 typedef NTSTATUS STDCALL_FUNC
 (*PSE_LOGON_SESSION_TERMINATED_ROUTINE)(IN PLUID LogonId);
 
+
+typedef enum _SECURITY_OPERATION_CODE
+{
+  SetSecurityDescriptor,
+  QuerySecurityDescriptor,
+  DeleteSecurityDescriptor,
+  AssignSecurityDescriptor
+} SECURITY_OPERATION_CODE, *PSECURITY_OPERATION_CODE;
+
 #endif
 
 /* EOF */