Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |