Windows Media Format SDK banner art
PreviousNext

IMDSPDeviceControl::Resume

The Resume method resumes the current playback or record operation from the file position saved during the call to Pause.

Syntax

HRESULT Resume();

Parameters

This method takes no parameters.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Return code Description
S_FALSE The device is not paused.
WMDM_E_NOTSUPPORTED The resume function is not implemented on this device.
E_FAIL An unspecified error occurred.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.