#define INCL_DOSRESOURCES2 USHORT rc = DosGetResource2(ModHandle, TypeID, NameID, ResAddr); HMODULE ModHandle; /* Module handle to get resource from */ USHORT TypeID; /* 16 bit resource type ID */ USHORT NameID; /* 16 bit resource name ID */ PULONG ResAddr; /* where to return resource address */ USHORT rc; /* return code */