Microsoft DirectX 9.0 SDK Update (October 2004)

EffectCompiler.GetLiteral Method

Language:

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

Retrieves a literal status of a parameter.

Definition

Visual Basic .NET Public Function GetLiteral( _
    ByVal parameter As EffectHandle _
) As Boolean
C# public bool GetLiteral(
    EffectHandle parameter
);
Managed C++ public: bool GetLiteral(
    EffectHandle *parameter
);
JScript .NET public function GetLiteral(
    parameter : EffectHandle
) : boolean;

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle object that is used as the unique identifier of the parameter.

Return Value

System.Boolean . Value that is true if the parameter is a literal, or false if it is not.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.

See Also


© 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