[CMLIB] Adjust parameter types and annotations. Add diagnostic assertions.

This commit is contained in:
Hermès Bélusca-Maïto 2018-10-14 00:16:04 +02:00
parent 801b71b9bf
commit bf8a7d2db0
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 10 additions and 7 deletions

View file

@ -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;