Public Member Functions | |
| HRESULT | Clear (void) |
Properties | |
| BSTR * | Producer [get] |
| BSTR | Producer [set] |
| BSTR * | Type [get] |
| BSTR | Type [set] |
| BSTR * | Description [get] |
| BSTR | Description [set] |
| BSTR * | Author [get] |
| BSTR | Author [set] |
| HRESULT IRdChunkHeaderDisp::Clear | ( | void | ) |
Method clear the chunk.
BSTR * IRdChunkHeaderDisp::Producer [get] |
A text identification that informs you, as to which Rosetta system or specific application, this stream/file belongs to.
| pbstrVal | [out, retval] - returns producer identification string. |
BSTR IRdChunkHeaderDisp::Producer [set] |
Use this property to set producer string.
| bstrVal | [in] - producer identification string. |
BSTR * IRdChunkHeaderDisp::Type [get] |
In case the stream is represented by file, the type could be identified by extension too. But generally the type should be detected from this field.
Predefined values:
| bstrType | [out, retval] - returns stream/file type IID. |
BSTR IRdChunkHeaderDisp::Type [set] |
Use this property to set type of the stream/file.
| bstrType | [in] - stream/file type IID. |
BSTR * IRdChunkHeaderDisp::Description [get] |
A text description of this stream/file.
| pbstrVal | [out, retval] - returns stream/file text description. |
BSTR IRdChunkHeaderDisp::Description [set] |
Use this property to set a text description of this stream/file.
| bstrVal | [in] - stream/file text description. |
BSTR * IRdChunkHeaderDisp::Author [get] |
Author of this stream/file.
| pbstrVal | [out, retval] - returns stream/file author. |
BSTR IRdChunkHeaderDisp::Author [set] |
Use this property to set Author of this stream/file.
| pbstrVal | [in] - specify stream/file author. |
1.5.5