Partager via


IWMDMProgress::End

banner art

The End method indicates that an operation is finished.

Syntax

HRESULT End();

Parameters

This method takes no parameters.

Return Values

The method returns an HRESULT. All the interface methods in Windows Media Device Manager and service provider can return any of the following classes of error codes:

  • Standard COM error codes
  • Windows error codes converted to HRESULT values
  • Windows Media Device Manager error codes

For a complete list of possible error codes, see Error Codes.

Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

Windows Media Device Manager ignores any return code returned by the End method because the current operation is finished or terminated before this method is called.

Requirements

Header: Defined in wmdm.idl.

Library: mssachlp.lib

See Also