Searched refs:ValueCopy (Results 1 – 2 of 2) sorted by relevance
551 PULONGLONG ValueCopy; in BlpGetBootOptionIntegerList() local576 ValueCopy = BlMmAllocateHeap(Option->DataSize); in BlpGetBootOptionIntegerList()577 if (!ValueCopy) in BlpGetBootOptionIntegerList()583 RtlCopyMemory(ValueCopy, in BlpGetBootOptionIntegerList()588 *Value = ValueCopy; in BlpGetBootOptionIntegerList()
670 PVOID ValueCopy; in BiGetRegistryValue() local709 ValueCopy = BlMmAllocateHeap(Size); in BiGetRegistryValue()710 if (!ValueCopy) in BiGetRegistryValue()716 RtlCopyMemory(ValueCopy, ValueData, Size); in BiGetRegistryValue()717 *Buffer = ValueCopy; in BiGetRegistryValue()