Microsoft DirectX 9.0 SDK Update (October 2004)

EffectInformation.StaticParams Property

Language:

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

Zero or more DIEP_* values describing the parameters supported by the effect. For example, if DIEP_ENVELOPE is set, the effect supports an envelope. For a list of possible values, see InputeffectGetparameters. It is not an error for an application to attempt to use effect parameters that are not supported by the device. The unsupported parameters are ignored.This information is provided to enable the application to tailor its use of force feedback to the capabilities of the specific device.

Definition

Visual Basic .NET Public Property StaticParams As Integer
C# public int StaticParams { get; set; }
Managed C++ public: __property int get_StaticParams();
public: __property void set_StaticParams(int);
JScript .NET public function get StaticParams() : int
public function set StaticParams(int);

Property Value

System.Int32 .

This property is read/write. 

© 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