ID3D10EffectStringVariable::GetString method (d3d10effect.h)

Get the string.

Syntax

HRESULT GetString(
  [out] LPCSTR *ppString
);

Parameters

[out] ppString

Type: LPCSTR*

A pointer to the string.

Return value

Type: HRESULT

Returns one of the following Direct3D 10 Return Codes.

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h

See also

ID3D10EffectStringVariable Interface