Share via


IDirectManipulationTilingManager::GetParameters method

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps only

Retrieves the default values for all tiling parameters.

Syntax

HRESULT GetParameters(
  [out, retval]  DIRECTMANIPULATION_TILING_PARAMETERS *parameters
);

Parameters

  • parameters [out, retval]
    A struct that defines all default tiling parameters.

Return value

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

Examples

The following example shows the syntax of this method.

DIRECTMANIPULATION_TILING_PARAMETERS parameters = {};

HRESULT hr = m_pTilingManager->GetParameters(&parameters);

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

DirectManipulation.idl

See also

IDirectManipulationTilingManager

 

 

Build date: 12/12/2011