Unit 'Tcl80' Package
[Overview][Constants][Types][Procedures and functions][Index] [#tcl]

Tcl_HashEntry

Declaration

Source position: tcl80.pp line 604

type Tcl_HashEntry = packed record

  nextPtr: PTcl_HashEntry;

  tablePtr: PTcl_HashTable;

  bucketPtr: PPTcl_HashEntry;

  clientData: Tcl_ClientData;

  key: array [0..3] of Char;

end;


Documentation generated on: 2023-03-18