next up previous
Next: LIP_IOBUFMAP_FREE Up: Data Mapping Previous: LIP_DATAMAP_FREE

LIP_IOBUFMAP_CREATE

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)


Java syntax:
Class IOBufmap:
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.