Returns the instance handle of the module that contains a specified address.
function FindHInstance(Address: Pointer): LongWord;
LongWord FindHInstance(void * 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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|