Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the handle returned by FindExecutable API?

Status
Not open for further replies.

pcwc66

IS-IT--Management
Dec 14, 2001
163
US
Hi,

I hope someone can explain to me what is the handle returned by the FindExecutable API. When I execute the API, I always get 42 as the handle. What does the 42 means?


Thank you.
 
It's not a true handle. It's just a type cast of HINSTANCE for backward compatibility (16 bit).

The important point is:
if the value return greater than 32 means successful

Regards

-- AirCon --
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top