[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Pointer to unknown data
Source position: systemh.inc line 588
type POpaqueData = ^TOpaqueData; |
POpaqueData represents a pointer to data for which the internal structure must not be known. You can make type aliases from this pointer.
|
Type alias for POpaqueData |