VideoPortFlushRegistry - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// video.h

VIDEOPORT_API VP_STATUS VideoPortFlushRegistry(
  PVOID HwDeviceExtension
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-video-videoportflushregistry)

VideoPortFlushRegistry function

Description

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

Parameters

HwDeviceExtension

Pointer to the miniport driver's device extension.

Return value

VideoPortFlushRegistry returns NO_ERROR.

See also

VideoPortGetRegistryParameters

VideoPortSetRegistryParameters