Windows Media Format SDK banner art
PreviousNext

IWMDMDeviceControl::Resume

The Resume method resumes the current play or record session.

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.

Remarks

The current play or record session is resumed from the file position retained during the call to Pause.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.