Gets a pointer to the pool of shared parameters.
HRESULT GetPool( LPD3DXEFFECTPOOL* ppPool );
This method always returns the value S_OK.
Pools contain shared parameters between effects. See Cloning and Sharing.
Header: Declared in D3dx9effect.h.