ID3DXEffect::GetPool method

Gets a pointer to the pool of shared parameters.

Syntax

HRESULT GetPool(
  [out] LPD3DXEFFECTPOOL *ppPool
);

Parameters

ppPool [out]

Type: LPD3DXEFFECTPOOL*

Pointer to a ID3DXEffectPool object.

Return value

Type: HRESULT

This method always returns the value S_OK.

Remarks

Pools contain shared parameters between effects. See Cloning and Sharing (Direct3D 9).

Requirements

Requirement Value
Header
D3DX9Effect.h
Library
D3dx9.lib

See also

ID3DXEffect