EXTRN DosGetResource2:FAR INCL_DOSRESOURCES2 EQU 1 PUSH WORD ModHandle ;Module handle to get resource from PUSH WORD TypeID ;16 bit resource type ID PUSH WORD NameID ;16 bit resource name ID PUSH@ DWORD ResAddr ;Resource address (returned) CALL DosGetResource2 Returns WORD