Public Member Functions | |
| HRESULT | GetBufferSize ([out, retval] RtDWORD *dwNumIndices) |
| HRESULT | SetBufferSize ([in] RtDWORD dwNumIndices) |
Properties | |
| BSTR * | Name ([in] RtDWORD dwIndex) [get] |
The stream is part of IRdMesh and is stored in custom stream group. Stream is identified by STREAMID_OBJECT_NAMES id.
| HRESULT IRdObjNamesCustStream::GetBufferSize | ( | [out, retval] RtDWORD * | dwNumIndices | ) |
Get size of buffer.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdObjNamesCustStream::SetBufferSize | ( | [in] RtDWORD | dwNumIndices | ) |
Set size of buffer.
| dwNumIndices | [in] Value to set for buffer size. |
BSTR * IRdObjNamesCustStream::Name([in] RtDWORD dwIndex) [get] |
Get name.
| dwIndex | [in] String ptr. |
standard HRESULT processing can be applied to returned value
1.5.5