?/TD>
Microsoft DirectX 9.0

ID3DXBaseEffect::GetPassDesc Method


Gets a pass description.

Syntax

HRESULT GetPassDesc(      

    D3DXHANDLE hPass,     D3DXPASS_DESC* pDesc );

Parameters

hPass
[in] Pass handle. See Handles.
pDesc
[out] Returns a description of the specified pass. See D3DXPASS_DESC.

Return Value

If the method succeeds, the return value is S_OK.

If the method fails, the return value can be D3DERR_INVALIDCALL.





© 2002 Microsoft Corporation. All rights reserved.