RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.FindResourceHInstance Function

Returns the instance handle of the resource module associated with a specified HInstance.

Pascal
function FindResourceHInstance(Instance: LongWord): LongWord;
C++
LongWord FindResourceHInstance(LongWord Instance);

System

FindResourceHInstance finds and returns the instance handle of the resource module associated with the executable, library, or package identified by the Instance parameter.  

FindResourceHInstance returns 0 upon failure.

Note: The Instance parameter must be a valid instance handle.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!