IDirectManipulationManager3::GetService method (directmanipulation.h)

Retrieves an IDirectManipulationDeferContactService object.

Syntax

HRESULT GetService(
  [in]          REFCLSID clsid,
  [in]          REFIID   riid,
  [out, retval] void     **object
);

Parameters

[in] clsid

The IDirectManipulationDeferContactService CLSID.

[in] riid

The IID of the IDirectManipulationDeferContactService to retrieve.

[out, retval] object

The IDirectManipulationDeferContactService object.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header directmanipulation.h

See also

IDirectManipulationManager3