System.FindHInstance

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From System.pas

	function FindHInstance(Address: Pointer): Cardinal;


Unit: System

Type: function

Visibility: public

C++ Information

From System.hpp

	unsigned int __fastcall FindHInstance(void * Address);


Unit: System

Type: function

Description

Returns the instance handle of the module that contains a specified address.


Use FindHInstance to obtain the HInstance of the module that owns, or contains, the address specified by the Address parameter. If no HInstance is found for that address, FindHInstance returns 0.

See Also

Personal tools
Translations
Newest Version