Expand Minimize
This topic has not yet been rated - Rate this topic

AVIStreamEndStreaming function

The AVIStreamEndStreaming function ends streaming.

Syntax


STDAPI AVIStreamEndStreaming(
  PAVISTREAM pavi
);

Parameters

pavi

Pointer to a stream.

Return value

Returns zero if successful or an error otherwise.

Remarks

Many stream implementations ignore this function.

The argument pavi contains a pointer to an IAVIStream interface.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Vfw.h

Library

Vfw32.lib

DLL

Avifil32.dll

See also

AVIFile Functions and Macros
AVIFile Functions

 

 

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.