HMIN_filelocator_set()
Assigns a location for the file locator.
Syntax
void HMIN_filelocator_set(void * filelocatorptr, int filelocator, fpos_t beginposition, fpos_t endposition);
    Type
HyperMesh hminlib Function
Description
Assigns a location for the file locator.
Inputs
- filelocatorptr
 - The pointer to the block of file locators.
 - filelocator
 - An index into the block of file locators.
 - beginposition
 - The beginning position of the specified entity in the file.
 - endposition
 - The end position of the specified entity in the file.
 
Errors
None.