| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: app
Returns the handle of the running executable, as used in the Windows API. This handle value may be needed when programming directly in the Windows API rather than solely in Common Graphics.
app is an instance of the app
class. Its current value is the
value of
An application accesses the hinst value using the form
(hinst (app *system*))
whether in the IDE or a standalone application.
hinst is a
property of the app
class.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |