svn path=/trunk/; revision=18916
;ObCheckCreateObjectAccess@28
;ObCheckObjectAccess@20
ObCreateObject@36
+ObDereferenceSecurityDescriptor@8
ObFindHandleForObject@20
ObGetObjectPointerCount@4
ObGetObjectSecurity@12
ObInsertObject@24
+ObLogSecurityDescriptor@12
ObMakeTemporaryObject@4
ObOpenObjectByName@28
ObOpenObjectByPointer@28
return Status;
}
+
+/*
+ * @unimplemented
+ */
+NTSTATUS STDCALL
+ObLogSecurityDescriptor(IN PSECURITY_DESCRIPTOR InputSecurityDescriptor,
+ OUT PSECURITY_DESCRIPTOR *OutputSecurityDescriptor,
+ IN ULONG RefBias)
+{
+ DPRINT1("ObLogSecurityDescriptor is not implemented!\n");
+ return STATUS_NOT_IMPLEMENTED;
+}
+
+
+/*
+ * @unimplemented
+ */
+NTSTATUS STDCALL
+ObDereferenceSecurityDescriptor(IN PSECURITY_DESCRIPTOR SecurityDescriptor,
+ IN ULONG Count)
+{
+ DPRINT1("ObDereferenceSecurityDescriptor is not implemented!\n");
+}
+
/* EOF */