IAMWstDecoder::SetCurrentPage

 
Microsoft DirectShow 9.0

IAMWstDecoder::SetCurrentPage

Downstream filters use the SetCurrentPage method to assign the current page.

Syntax

  HRESULT SetCurrentPage(
  
  AM_WST_PAGE
  
  WstPage
  
  );

Parameters

WstPage

[in]  Specifies an AM_WST_PAGE structure that is used to assign the current page.

Return Values

When the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header: Include Iwstdec.h.

Library: Use Strmiids.lib.

See Also