AVIStreamAddRef function (vfw.h)

The AVIStreamAddRef function increments the reference count of an AVI stream.

Syntax

ULONG AVIStreamAddRef(
  PAVISTREAM pavi
);

Parameters

pavi

Handle to an open AVI stream.

Return value

Returns the current reference count of the stream. This value should be used only for debugging purposes.

Remarks

The argument pavi contains a pointer to an IAVIStream interface.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header vfw.h
Library Vfw32.lib
DLL Avifil32.dll

See also

AVIFile Functions

AVIFile Functions and Macros