[LSASRV]
[reactos.git] / reactos / dll / win32 / lsasrv / database.c
index aa04e13..c74604d 100644 (file)
@@ -1074,5 +1074,14 @@ Done:
     return Status;
 }
 
+
+NTSTATUS
+LsapDeleteObjectAttribute(PLSA_DB_OBJECT DbObject,
+                          LPWSTR AttributeName)
+{
+    return LsapRegDeleteSubKey(DbObject->KeyHandle,
+                               AttributeName);
+}
+
 /* EOF */