ISendMethodEvents::SendMethodCall method (comsvcs.h)

Generated when a method is called through a component interface.

Syntax

HRESULT SendMethodCall(
  [in] const void *pIdentity,
  [in] REFIID     riid,
  [in] DWORD      dwMeth
);

Parameters

[in] pIdentity

A pointer to the interface used to call the method.

[in] riid

The ID of the interface used to call the method.

[in] dwMeth

The method called.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

ISendMethodEvents