SysInit.ImgDelayDescr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record public SysInit.pas SysInit SysInit

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.