System.PModuleUnloadRec

From RAD Studio API Documentation
Revision as of 00:09, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

type 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.

See Also