|
LIP_IOBUFMAP_CREATE(size, bufmap) |
| IN | size | size of the data buffer (integer) |
|---|---|---|
| OUT | bufmap | new data buffer map (handle) |
C syntax:
|
int LIP_IOBufmap_create(int size, LIP_IOBufmap * bmap)
|
|
public IOBufmap(int size)
|
LIP_IOBUFMAP_CREATE creates the I/O buffer map object which will store information about the mapping of the memory buffer of size size onto a file.