mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 01:35:41 +00:00
[SDK:CMLIB] Const-ify the unicode strings that are only used as input and not modified.
This commit is contained in:
parent
a6da36ed1b
commit
d873865971
4 changed files with 10 additions and 10 deletions
|
@ -923,7 +923,7 @@ NTAPI
|
|||
CmpAddToLeaf(IN PHHIVE Hive,
|
||||
IN HCELL_INDEX LeafCell,
|
||||
IN HCELL_INDEX NewKey,
|
||||
IN PUNICODE_STRING Name)
|
||||
IN PCUNICODE_STRING Name)
|
||||
{
|
||||
PCM_KEY_INDEX Leaf;
|
||||
PCM_KEY_FAST_INDEX FastLeaf;
|
||||
|
@ -1265,7 +1265,7 @@ HCELL_INDEX
|
|||
NTAPI
|
||||
CmpSelectLeaf(IN PHHIVE Hive,
|
||||
IN PCM_KEY_NODE KeyNode,
|
||||
IN PUNICODE_STRING Name,
|
||||
IN PCUNICODE_STRING Name,
|
||||
IN HSTORAGE_TYPE Type,
|
||||
IN PHCELL_INDEX *RootCell)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue