[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: win32int.pp line 96
type TPipeEventInfo = record |
||
Handle: THandle; |
|
|
UserData: PtrInt; |
|
|
OnEvent: TPipeEvent; |
|
|
Prev: PPipeEventInfo; |
|
|
Next: PPipeEventInfo; |
|
|
end; |