IAVIStream::Create method (vfw.h)

The Create method initializes a stream handler that is not associated with any file. Called when an application uses the AVIStreamCreate function.

Syntax

HRESULT Create(
  LPARAM lParam1,
  LPARAM lParam2
);

Parameters

lParam1

Stream handler-specific data.

lParam2

Stream handler-specific data.

Return value

Returns the HRESULT defined by OLE.

Remarks

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


HRESULT Create(LONG lParam1, LONG lParam2) 
 

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