Microsoft DirectX 9.0

IConfigAsfWriter::GetIndexMode

The GetIndexMode method retrieves the current index mode.

Syntax

HRESULT GetIndexMode(
  BOOL *pbIndexFile
);

Parameters

pbIndexFile

[out] Pointer to a variable of type BOOL that 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. See the Remarks for SetIndexMode for more information.

See Also