| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |