Share via


IConfigAsfWriter::GetIndexMode

 
Microsoft DirectShow 9.0

IConfigAsfWriter::GetIndexMode

The GetIndexMode method retrieves the current index mode.

Syntax

  HRESULT GetIndexMode(
  BOOL *pbIndexFile
);

Parameters

pbIndexFile

[out]  Receives the index mode setting. A value of TRUE indicates that the WM ASF Writer is configured to write indexed files.

Return Values

Returns S_OK if successful, or an HRESULT error code otherwise.

Remarks

Use this method to determine whether the WM ASF Writer is currently configured to write indexed ASF files. For more information, see IConfigAsfWriter::SetIndexMode.

Requirements

Header: Include Dshowasf.

Library: None.

See Also