Share via


RESET_HEADER

 
Microsoft DirectShow 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.

Requirements

**  Header:** Declared in Amvideo.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also