2020-09-30 17:12:29 +02:00

17 lines
528 B
Plaintext

HTYPE LOADDS PASCAL THGetTypeFromIndex ( HMOD hmod, THIDX index )
WAS: Returns a handle to the type represented by index in
module hmod. If an error occurred, THGetTypeFromIndex
will return NULL. This function is provided so that
HTYPEs may be kept instead of HMODs and THIDXs. In
the future the need for a THIDX may disappear.
CALLS: SHHexgFromHmod(),
----
HTYPE LOADDS PASCAL THGetNextType ( HMOD hmod, HTYPE hType )
NOTES: Does Nothing but return NULL.