Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This header is used by wdf. For more information, see:
wdfregistry.h contains the following programming interfaces:
Functions
WdfRegistryAssignMemory The WdfRegistryAssignMemory method assigns data that is contained in a specified memory buffer to a specified value name in the registry. |
WdfRegistryAssignMultiString The WdfRegistryAssignMultiString method assigns a set of strings to a specified value name in the registry. The strings are contained in a specified collection of framework string objects. |
WdfRegistryAssignString The WdfRegistryAssignString method assigns a string to a specified value name in the registry. The string is contained in a specified framework string object. |
WdfRegistryAssignULong The WdfRegistryAssignULong method assigns a specified unsigned long word value to a specified value name in the registry. |
WdfRegistryAssignUnicodeString The WdfRegistryAssignUnicodeString method assigns a specified Unicode string to a specified value name in the registry. |
WdfRegistryAssignValue The WdfRegistryAssignValue method assigns specified data to a specified value name in the registry. |
WdfRegistryClose The WdfRegistryClose method closes the registry key that is associated with a specified framework registry-key object and then deletes the registry-key object. |
WdfRegistryCreateKey The WdfRegistryCreateKey method creates and opens a specified registry key, or just opens the key if it already exists, and creates a framework registry-key object that represents the registry key. |
WdfRegistryOpenKey The WdfRegistryOpenKey method opens a specified registry key and creates a framework registry-key object that represents the registry key. |
WdfRegistryQueryMemory The WdfRegistryQueryMemory method retrieves the data that is currently assigned to a specified registry value, stores the data in a framework-allocated buffer, and creates a framework memory object to represent the buffer. |
WdfRegistryQueryMultiString The WdfRegistryQueryMultiString method retrieves the strings that are currently assigned to a specified multi-string registry value, creates a framework string object for each string, and adds each string object to a specified object collection. |
WdfRegistryQueryString The WdfRegistryQueryString method retrieves the string data that is currently assigned to a specified registry string value and assigns the string to a specified framework string object. |
WdfRegistryQueryULong The WdfRegistryQueryULong method retrieves the unsigned long word (REG_DWORD) data that is currently assigned to a specified registry value and copies the data to a specified ___location. |
WdfRegistryQueryUnicodeString The WdfRegistryQueryUnicodeString method retrieves the string data that is currently assigned to a specified registry string value and copies the string to a specified UNICODE_STRING structure. |
WdfRegistryQueryValue The WdfRegistryQueryValue method retrieves the data that is currently assigned to a specified registry value. |
WdfRegistryRemoveKey The WdfRegistryRemoveKey method removes the registry key that is associated with a specified framework registry-key object and then deletes the registry-key object. |
WdfRegistryRemoveValue The WdfRegistryRemoveValue method removes a specified value and its data from a specified registry key. |
WdfRegistryWdmGetHandle The WdfRegistryWdmGetHandle method returns a Windows Driver Model (WDM) handle to the registry key that a specified framework registry-key object represents. |