Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-6EDED83A-881C-4C21-BCB1-6149D0CDA736
Visible to Intel only — GUID: GUID-6EDED83A-881C-4C21-BCB1-6149D0CDA736
GETUNITQQ
QuickWin Function: Returns the unit number corresponding to the specified Windows* handle. This routine is only available for Windows.
Module
USE IFQWIN
result = GETUNITQQ (whandle)
whandle |
(Input) INTEGER(4) on IA-32 architecture; INTEGER(8) on Intel® 64 architecture. The Windows handle to the window; this is a unique ID. |
Results
The result type is INTEGER(4). The result is the unit number corresponding to the specified Windows handle. If whandle does not exist, it returns -1 .
This routine is the inverse of GETHWNDQQ.