Unit 'JwaWinNT' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_NT_TIB

Declaration

Source position: jwawinnt.pas line 3012

type _NT_TIB = record

  ExceptionList: PEXCEPTION_REGISTRATION_RECORD;

  StackBase: PVOID;

  StackLimit: PVOID;

  SubSystemTib: PVOID;

  Union: record

    case Integer of

      0: (

          FiberData: PVOID;

        );

      1: (

          Version: DWORD;

        );

  end;

  ArbitraryUserPointer: PVOID;

  Self: PNT_TIB;

  unknown1: DWORD;

  processID: DWORD;

  threadID: DWORD;

  unknown2: DWORD;

  pvTLSArray: PVOID;

end;


Documentation generated on: 2023-03-18