RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::TModuleUnloadRec Record
Pascal
TModuleUnloadRec = record
  Next: PModuleUnloadRec;
  Proc: TModuleUnloadProcLW;
end;
C++
struct TModuleUnloadRec {
  PModuleUnloadRec Next;
  TModuleUnloadProcLW Proc;
};

This is record System::TModuleUnloadRec.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!