PC_WIN_HANDLE

Returns the handle of the window used for screen I/O.

Note: This routine is supported for native COBOL only.

Syntax:

call "PC_WIN_HANDLE" using      hwnd
                     returning  status-code

Parameters:

  Using call prototype (see Key) Picture (32-bit systems) Picture (64-bit systems)
hwnd cblt-HWND. pic x(4) comp-x. pic x(8) comp-x.
status-code See Library Routines - Key    

On Entry:

None

On Exit:

hwnd Contains the window handle.

Comments:

This routine is available only in the Windows environment.