Microsoft DirectX 9.0 SDK Update (October 2004)

BaseEffect.GetParameterDescription Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves a parameter or annotation description.

Definition

Visual Basic .NET Public Function GetParameterDescription( _
    ByVal parameter As EffectHandle _
) As ParameterDescription
C# public ParameterDescription GetParameterDescription(
    EffectHandle parameter
);
Managed C++ public: ParameterDescription GetParameterDescription(
    EffectHandle *parameter
);
JScript .NET public function GetParameterDescription(
    parameter : EffectHandle
) : ParameterDescription;

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle that indicates the parameter or annotation handle.

Return Value

Microsoft.DirectX.Direct3D.ParameterDescription . Description of the specified parameter or annotation. For more information, see ParameterDescription.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

Effect, EffectCompiler

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center