API:System.TModuleUnloadRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TModuleUnloadRec = record
    Next: PModuleUnloadRec;
    Proc: TModuleUnloadProcLW;
  end;

C++

struct DECLSPEC_DRECORD TModuleUnloadRec
{
public:
    TModuleUnloadRec *Next;
    TModuleUnloadProcLW Proc;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.pas
System.hpp
System System

Description

Embarcadero Technologies does not currently have any additional information.