HMIN_filelocator_continuereading()
Indicates if the last of a specified entity is read.
Syntax
int HMIN_filelocator_continuereading(void * filelocatorptr, int filelocator, FILE * file);
Type
HyperMesh hminlib Function
Description
Indicates if the last of a specified entity is read.
Inputs
- locatorptr
- A pointer to the block of file locators.
- filelocator
- The index into the block of file locators.
- File
- The entity to be read.
Example
1, if it has not read through to the end of the block.
0, if it has reached the end of the block.
Errors
None.