// dispmprt.h
VP_STATUS DlGetRegistryParameters(
PVOID DeviceHandle,
PWSTR ParameterName,
UCHAR IsParameterFileName,
PMINIPORT_GET_REGISTRY_ROUTINE CallbackRoutine,
PVOID Context
);
View the official Windows Driver Kit DDI referenceNo description available.
Retrieves device-specific configuration information under the adapter key in the registry at startup.
DeviceHandleA handle that represents a display adapter.
ParameterNamePointer to a NULL-terminated Unicode string that names the value entry to be retrieved from the registry.
IsParameterFileNameIf the value is TRUE, the data value normally returned is treated as a file name.
CallbackRoutineContextPointer to a caller-determined context parameter.
This function returns VP_STATUS.