ID3D10EffectStringVariable interface (d3d10effect.h)

A string-variable interface accesses a string variable.

Inheritance

The ID3D10EffectStringVariable interface inherits from ID3D10EffectVariable. ID3D10EffectStringVariable also has these types of members:

Methods

The ID3D10EffectStringVariable interface has these methods.

 
ID3D10EffectStringVariable::GetString

Get the string.
ID3D10EffectStringVariable::GetStringArray

Get an array of strings.

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h

See also

Effect Interfaces (Direct3D 10)

ID3D10EffectVariable