TInitContext = record OuterContext: PInitContext; ExcFrame: Pointer; InitTable: PackageInfo; InitCount: Integer; Module: PLibModule; DLLSaveEBP: Pointer; DLLSaveEBX: Pointer; DLLSaveESI: Pointer; DLLSaveEDI: Pointer; ExitProcessTLS: procedure; DLLInitState: Byte; end;
struct TInitContext { PInitContext OuterContext; void * ExcFrame; PackageInfo InitTable; int InitCount; PLibModule Module; void * DLLSaveEBP; void * DLLSaveEBX; void * DLLSaveESI; void * DLLSaveEDI; procedure ExitProcessTLS; Byte DLLInitState; };
System
This is record System.TInitContext.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|