Lisp HUG Maillist Archive

HINSTANCE

Does Lispworks for Windows provide a mechanism to retrieve the HINSTANCE 
of the currently running image/executable?

Thanks,
-Luke


Re: HINSTANCE

Hi!

Try to use variable win32::*instance-handle* or you can try extract
HINSTANCE from handle of any window using WIN32 API function GetWindowLong
using GWL_HINSTANCE as second argument.

Regards
Lisper

----- Original Message -----
From: "Luke J Crook" <luke@balooga.com>
To: <lisp-hug@lispworks.com>
Sent: Monday, November 07, 2005 3:23 PM
Subject: HINSTANCE


> Does Lispworks for Windows provide a mechanism to retrieve the HINSTANCE
> of the currently running image/executable?
>
> Thanks,
> -Luke
>
>


Updated at: 2020-12-10 08:50 UTC