Microsoft DirectX 9.0 SDK Update (October 2004)

Effect.IsTechniqueValid Method

Language:

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

Validates a technique.

Definition

Visual Basic .NET Public Function IsTechniqueValid( _
    ByVal technique As EffectHandle, _
    ByRef returnValue As Integer _
) As Boolean
C# public bool IsTechniqueValid(
    EffectHandle technique,
    out int returnValue
);
Managed C++ public: bool IsTechniqueValid(
    EffectHandle *technique,
    int *returnValue
);
JScript .NET public function IsTechniqueValid(
    technique : EffectHandle,
    returnValue : int
) : boolean;

Parameters

technique Microsoft.DirectX.Direct3D.EffectHandle. The EffectHandle of a technique.
returnValue System.Int32. Return code for validation.

Return Value

System.Boolean . A value that is set to true, if the technique is valid; otherwise, true.


© 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