| Allegro CL version 6.2 Unrevised from 6.1 |
Arguments: window
Returns the integer that the operating system uses to indentify a window. An application should need this function only if it is programming partly in CG and partly at the Windows API level, in which case this function returns the handle of a CG window to pass directly to Windows API functions that require the window handle. The related function device-context returns the device-context integer.
The home package of the symbol naming this function is
windows
but it is also exported from the
common-graphics
package. (This is necessary because
handle
is exported from another package used by the
common-graphics
package.) Note that this function
is not available in images into which the Common Graphics module has
not been loaded.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 |