mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[CMLIB] Adjust parameter types and annotations. Add diagnostic assertions.
This commit is contained in:
parent
801b71b9bf
commit
bf8a7d2db0
3 changed files with 10 additions and 7 deletions
|
@ -149,7 +149,7 @@ NTAPI
|
|||
CmpFindNameInList(IN PHHIVE Hive,
|
||||
IN PCHILD_LIST ChildList,
|
||||
IN PUNICODE_STRING Name,
|
||||
OUT PULONG ChildIndex,
|
||||
OUT PULONG ChildIndex OPTIONAL,
|
||||
OUT PHCELL_INDEX CellIndex)
|
||||
{
|
||||
PCELL_DATA CellData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue