Previous: HeapHandle variable To the Table of Content Next: InOutRes variable

- 4.62.1.14 -
Standard Units
System Unit
System Unit Variables

hInstance variable

Targets: Win32 only

System Unit

HInstance is the handle provided by Windows operating system for an applicaiton or library.

Declaration:
var hInstance: Longint;
Remarks
HInstance contains the instance handle of the application or library as provided by the Windows operating system environment. HInstance is not global, inheritable, or duplicative, and it cannot be used by another process.


Previous: HeapHandle variable To the Table of Content Next: InOutRes variable
HeapHandle variable Table of Content InOutRes variable

- 4.62.1.14 -