VideoPortFlushRegistry function (video.h)

The VideoPortFlushRegistry function flushes registry keys and values associated with the video miniport driver.

Syntax

VIDEOPORT_API VP_STATUS VideoPortFlushRegistry(
  PVOID HwDeviceExtension
);

Parameters

HwDeviceExtension

Pointer to the miniport driver's device extension.

Return value

VideoPortFlushRegistry returns NO_ERROR.

Requirements

Requirement Value
Minimum supported client Available in Windows Server 2003 and later versions of the Windows operating systems.
Target Platform Desktop
Header video.h (include Video.h)
Library Videoprt.lib
DLL Videoprt.sys
IRQL PASSIVE_LEVEL

See also

VideoPortGetRegistryParameters

VideoPortSetRegistryParameters