IAVIEditStream::SetInfo method (vfw.h)

The SetInfo method changes the characteristics of a stream. Called when an application uses the EditStreamSetInfo function.

Syntax

HRESULT SetInfo(
  AVISTREAMINFOW *lpInfo,
  LONG           cbInfo
);

Parameters

lpInfo

Pointer to an AVISTREAMINFO structure containing the new stream characteristics.

cbInfo

Size, in bytes, of the buffer.

Return value

Returns the HRESULT defined by OLE.

Remarks

For handlers written in C++, SetInfo has the following syntax:


HRESULT SetInfo(AVISTREAMINFO *lpInfo, LONG cbInfo); 
 

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

See also

Custom File and Stream Handler Interfaces

Custom File and Stream Handlers

EditStreamSetInfo