SysInit.ImgDelayDescr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  ImgDelayDescr = record
    grAttrs:     LongWord;          { attributes                        }
    szName:      _PAnsiChr;         { pointer to dll name               }
    hmod:        HMODULE;           { address of module handle          }
    pIAT:        PImageThunkData;   { address of the IAT                }
    pINT:        PImageThunkData;   { address of the INT                }
    pBoundIAT:   PImageThunkData;   { address of the optional bound IAT }
    pUnloadIAT:  PImageThunkData;   { address of optional copy of
                                       original IAT                     }
    dwTimeStamp: LongWord;          { 0 if not bound,                   }
                                    { O.W. date/time stamp of DLL bound
                                       to (Old BIND)                    }
  end;

Properties

Type Visibility Source Unit Parent
record public SysInit.pas SysInit SysInit

Description

Embarcadero Technologies does not currently have any additional information.