Home
last modified time | relevance | path

Searched refs:ValuePtr (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/tools/mkhive/
H A Dreginf.c401 PWCHAR ValuePtr; in registry_callback() local
467 ValuePtr = Buffer; in registry_callback()
471 ValuePtr = NULL; in registry_callback()
475 if (!do_reg_operation(KeyHandle, ValuePtr, Context, Flags)) in registry_callback()
/reactos/base/setup/lib/
H A Dregistry.c417 PUNICODE_STRING ValuePtr; in registry_callback() local
486 ValuePtr = &Value; in registry_callback()
490 ValuePtr = NULL; in registry_callback()
494 if (!do_reg_operation(KeyHandle, ValuePtr, &Context, Flags)) in registry_callback()