[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msesys.pas line 29
type threadinfoty = record |
id: threadty; |
threadproc: internalthreadprocty; |
stacksize: PtrUInt; |
platformdata: array [0..3] of pointer; |
end; |