IPortableDeviceServiceMethodCallback::OnComplete method

The OnComplete method indicates that a callback method has completed execution.

Syntax


HRESULT STDMETHODCALLTYPE OnComplete(
  [in] HRESULT               hrStatus,
  [in] IPortableDeviceValues *pResults
);

Parameters

hrStatus [in]

The overall status of the method.

pResults [in]

An IPortableDeviceValues interface that contains the method-execution results. This is empty if the method returns no results.

Return value

If the method succeeds, it returns S_OK. Any other HRESULT value indicates that the call failed.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

Header

PortableDeviceAPI.h

IDL

PortableDeviceAPI.idl

See also

IPortableDeviceServiceMethodCallback Interface

 

 

Community Additions

ADD
Show: