IAMWstDecoder::GetCurrentPage

 
Microsoft DirectShow 9.0

IAMWstDecoder::GetCurrentPage

Downstream filters use the GetCurrentPage method to retrieve the current WST page.

Syntax

  HRESULT GetCurrentPage(
  
  AM_WST_PAGE
  
  pWstPage
  
  );

Parameters

pWstPage

[out]  Specifies a pointer to an AM_WST_PAGE structure to receive 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