Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 2.77 KB

nf-vfw-iavistream-info.md

File metadata and controls

95 lines (68 loc) · 2.77 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vfw.IAVIStream.Info
IAVIStream::Info (vfw.h)
The Info method fills and returns an AVISTREAMINFO structure with information about a stream. Called when an application uses the AVIStreamInfo function.
IAVIStream interface [Windows Multimedia]
Info method
IAVIStream.Info
IAVIStream::Info
Info
Info method [Windows Multimedia]
Info method [Windows Multimedia]
IAVIStream interface
_win32_IAVIStream_Info
multimedia.iavistream_info
vfw/IAVIStream::Info
multimedia\iavistream_info.htm
Multimedia
c58c4d68-4d27-4c3c-a1f6-bdafa3633dae
12/05/2018
IAVIStream interface [Windows Multimedia],Info method, IAVIStream.Info, IAVIStream::Info, Info, Info method [Windows Multimedia], Info method [Windows Multimedia],IAVIStream interface, _win32_IAVIStream_Info, multimedia.iavistream_info, vfw/IAVIStream::Info
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Vfw32.lib
Windows
19H1
IAVIStream::Info
vfw/IAVIStream::Info
c++
APIRef
kbSyntax
COM
Vfw32.lib
Vfw32.dll
IAVIStream.Info

IAVIStream::Info

-description

The Info method fills and returns an AVISTREAMINFO structure with information about a stream. Called when an application uses the AVIStreamInfo function.

-parameters

-param psi

Pointer to an AVISTREAMINFO structure to contain stream information.

-param lSize

Size, in bytes, of the structure specified by psi.

- ps

Pointer to the interface to a stream.

-returns

Returns the HRESULT defined by OLE.

-remarks

If the buffer allocated is too small for the structure, the Info method should fail the call by returning AVIERR_BUFFERTOOSMALL. Otherwise, it should fill the structure and return its size.

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

HRESULT Info(AVIFILEINFO *psi, LONG lSize) 
 

-see-also

Custom File and Stream Handler Interfaces

Custom File and Stream Handlers