IWMDMDeviceControl::Resume (deprecated)
This is preliminary documentation and subject to change.
This topic documents a feature of the Windows Media Device Manager SDK. We recommend that you migrate your application to use the Windows Portable Devices API. For more information, see the Windows Portable Devices SDK.
The Resume method resumes the current play or record operation from the file position saved during the call to Pause.
Syntax
HRESULT Resume();
Parameters
This method takes no parameters.
Return Values
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
Header: Defined in mswmdm.h.
Library: mssachlp.lib
See Also