Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
528 B

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.