#define INCL_DOSRESOURCES USHORT rc = DosGetResource(ModHandle, TypeID, NameID, Selector); HMODULE ModHandle; /* Module handle to get resource from */ USHORT TypeID; /* 16 bit resource type ID */ USHORT NameID; /* 16 bit resource name ID */ PSEL Selector; /* where to return selector */ USHORT rc; /* return code */