<summary>
Copies the string with the specified index to the specified array.
</summary>
<param name="index">Zero-based index of the string.</param>
<param name="stringBuffer">Character array that receives the string.</param>
<param name="size">Size of the array in characters. The size must include space for the terminating
null character.</param>
<returns>
Standard HRESULT error code.
</returns>
<summary> Copies the string with the specified index to the specified array. </summary> <param name="index">Zero-based index of the string.</param> <param name="stringBuffer">Character array that receives the string.</param> <param name="size">Size of the array in characters. The size must include space for the terminating null character.</param> <returns> Standard HRESULT error code. </returns>