C#
Parameters
- keys
- The list of keys whose presence is checked in the rawGetValuesResult dictionary.
- rawGetValuesResult
- A dictionary in which the presence of values with the keys keys is checked.
Return Value
A dictionary with values for the keys keys. If in the rawGetValuesResult transferred dictionary initially there was no value with any key from the keys, then a record with this key and valuenull
is added to the returned dictionary. If null
is passed as the rawGetValuesResult dictionary, the dictionary , in which null
is added for each key from the keys will be returned.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2