Microsoft DirectX 9.0

RESET_HEADER

The RESET_HEADER macro fills a VIDEOINFOHEADER with zeroes. You can also use this macro to clear just the VIDEOINFOHEADER portion of a VIDEOINFO structure.

This macro is equivalent to calling ZeroMemory with sizeof(VIDEOINFOHEADER).

Syntax

RESET_HEADER(
  pbmi
)

Parameters

pbmi

Pointer to a VIDEOINFOHEADER structure.

Return Value

No return value.

See Also