ID3DXEffect::GetPool

Gets a pointer to the pool of shared parameters.

HRESULT GetPool(
  LPD3DXEFFECTPOOL* ppPool
);

Parameters

ppPool
[out] Pointer to a ID3DXEffectPool object.

Return Values

This method always returns the value S_OK.

Remarks

Pools contain shared parameters between effects. See Cloning and Sharing.

Requirements

Header: Declared in D3dx9effect.h.