Next: , Previous: , Up: Executive Assembler Functions   [Index]


8.3.3.4 x1f4_look_indexset

extern int x1f4_look_indexset
    (const void *indexset, int type, const char **name, unsigned *size);

The x1f4_look_indexset function stores a type name pointer and its corresponding type name length for the data type identified by type at name and size, respectively, if the data type can be looked up for the indexset executive objects set.

The function returns 0 for look up success, non zero for failure.