ID3D10EffectStringVariable::GetStringArray method (d3d10effect.h)
Get an array of strings.
Syntax
HRESULT GetStringArray(
[out] LPCSTR *ppStrings,
[in] UINT Offset,
[in] UINT Count
);
Parameters
[out] ppStrings
Type: LPCSTR*
A pointer to the first string in the array.
[in] Offset
Type: UINT
The offset (in number of strings) between the start of the array and the first string to get.
[in] Count
Type: UINT
The number of strings in the returned array.
Return value
Type: HRESULT
Returns one of the following Direct3D 10 Return Codes.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10effect.h |