?/TD>
Microsoft DirectX 9.0

ID3DXEffect::GetPool Method


Gets a pointer to the pool of shared parameters.

Syntax

HRESULT GetPool(      

    LPD3DXEFFECTPOOL* ppPool );

Parameters

ppPool
[out] Pointer to a ID3DXEffectPool object.

Return Value

This method always returns the value S_OK.



Remarks

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



© 2002 Microsoft Corporation. All rights reserved.