TDllRefTable Class Reference

class TDllRefTable

A list of DLLs that an executable needs in order to run.

Each DLL referenced in this list has a pointer to a TRomImageHeader structure that describes that DLL. This allows the DLL loader to search a dependency chain, and ensure that all required DLLs are loaded.

TRomImageHeader

Member Data Documentation

TRomImageHeader * iEntry

TRomImageHeader * iEntry

A set of pointers to the TRomImageHeader structures for each referenced DLL.

TUint16 iFlags

TUint16 iFlags

Flags field.

TUint16 iNumberOfEntries

TUint16 iNumberOfEntries

The number of referenced DLLs in this list.