IMDSPDeviceControl::Resume method (mswmdm.h)

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

Syntax

HRESULT Resume();

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
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.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h
Library Mssachlp.lib

See also

IMDSPDeviceControl Interface

IMDSPDeviceControl::Pause