Effect.IsTechniqueValid Method |
Language: |
Validates a technique.
Visual Basic Public Function IsTechniqueValid( _
ByVal technique As EffectHandle, _
ByRef returnValue As Integer _
) As BooleanC# public bool IsTechniqueValid(
EffectHandle technique,
out int returnValue
);C++ public:
bool IsTechniqueValid(
EffectHandle^ technique,
[Out] int% returnValue
);JScript public function IsTechniqueValid(
technique : EffectHandle,
returnValue : int
) : boolean;
technique Microsoft.DirectX.Direct3D.EffectHandle
The EffectHandle of a technique.returnValue System.Int32
Return code for validation.
System.Boolean
A value that is set to true, if the technique is valid; otherwise, true.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center