Delen via


IDeviceAgentTransport::UnregisterShutdownCallback

Removes the callback from the callback list. The callback will no longer receive shutdown notification.

HRESULT UnregisterShutdownCallback([in] IAgentTransportShutdownCallback *in_pCallback)

Parameters

  • in_pCallback
    The object to be removed from the callback list.

Return Value

An HRESULT value that indicates the outcome of the method call.

Managed Equivalent

IDeviceAgentTransport..::.UnregisterShutdownCallback

Requirements

DeviceAgentTransport.h

See Also

Reference

IDeviceAgentTransport