SysInit.ImgDelayDescr

提供: RAD Studio API Documentation
移動先: 案内検索

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;

プロパティ

種類 可視性 ソース ユニット
record public SysInit.pas SysInit SysInit

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。