Microsoft DirectX 9.0

IAMVfwCompressDialogs::GetState

The GetState method retrieves the current configuration settings for the VCM codec currently being used.

Syntax

HRESULT GetState(
  LPVOID pState,
  int *pcbState
);

Parameters

pState

[out] State of the VCM codec.

pcbState

[in, out] Pointer to the size of the state.

Return Values

Return value varies depending on the implementation within each driver.

Remarks

This method calls the COM ICGetState macro.

See Also