This topic has not yet been rated - Rate this topic

IGetFrame::End method

The End method ends frame extraction and decompression. Called when an application uses the AVIStreamGetFrameClose function.

Syntax


HRESULT End(
  PAVISTREAM ps
);

Parameters

ps

Pointer to the interface to a stream.

Return value

Returns the HRESULT defined by OLE.

Remarks

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



HRESULT End(VOID); 
 


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

See also

Custom File and Stream Handlers
Custom File and Stream Handler Interfaces

 

 

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.