d3d9.dllGetPool
Microsoft DirectX 9.0 SDK Update (October 2004)

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.



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.