[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / include / registry.h
index da2ef1d..4bc7eee 100644 (file)
@@ -78,10 +78,12 @@ RegDeleteKey(FRLDRHKEY Key,
          PCWSTR Name);
 
 LONG
-RegEnumKey(FRLDRHKEY Key,
-       ULONG Index,
-       PWCHAR Name,
-       ULONG* NameSize);
+RegEnumKey(
+    _In_ FRLDRHKEY Key,
+    _In_ ULONG Index,
+    _Out_ PWCHAR Name,
+    _Inout_ ULONG* NameSize,
+    _Out_opt_ FRLDRHKEY *SubKey);
 
 LONG
 RegOpenKey(FRLDRHKEY ParentKey,