import "Imaris.idl";
Public Member Functions | |
| HRESULT | Create ([in] BSTR aFileName,[in] ULONG aSize) |
Properties | |
| BSTR | mFileName [get] |
| ULONG | mSize [get] |
This class allows an alternative method to exchange image data via a temporary (binary) file.
| HRESULT IDataBuffer::Create | ( | [in] BSTR | aFileName, | |
| [in] ULONG | aSize | |||
| ) |
Creates a new DataBuffer (file) with a specified name and size. The file will be deleted automatically when the DataBuffer object is destroyed.
BSTR IDataBuffer::mFileName [get] |
Get the name of the file.
ULONG IDataBuffer::mSize [get] |
Get the size of the file.
1.6.1