System.PModuleUnloadRec
Delphi
PModuleUnloadRec = ^TModuleUnloadRec;
C++
typedef TModuleUnloadRec *PModuleUnloadRec;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| pointer typedef | public | System.pas System.hpp | System | System | 
Description
Is a pointer to a TModuleUnloadRec.
PModuleUnloadRec represents a pointer to a TModuleUnloadRec.