TIBCO Adapter SDK C++ Reference
|
Parameters | Description |
MClassRegistry* pMClassRegistry | Class registry in which this MBinary is created. |
const MString& rsBinaryClassName | A predefined bounded binary class, such as binary. For example, 10 to indicate a binary of at most 10 |
const void* opaqueValue | Binary data to encapsulate as an MBinary instance. |
unsigned int uiBytes | Size of the binary data you want to encapsulate. |
MBinary(MClassRegistry* pMClassRegistry, const MString& rsBinaryClassName, const void* opaqueValue, unsigned int uiBytes) throw(MException);