GET_CLEARWIN_TEXT@

Platform

Win32, x64

Purpose

To get text from a ClearWin window.

Syntax

INTEGER FUNCTION GET_CLEARWIN_TEXT@(HWD,BUFFER,COPY)
INTEGER(7) HWD
INTEGER COPY
CHARACTER(*) BUFFER

Description

HWD is the handle of ClearWin window in question. To obtain the handle of the default window use:

HWD=GET_DEFAULT_WINDOW@( )

Return value

If COPY is zero, the function returns the length of the required buffer but no data is copied. If COPY is 1, the data is also copied to the buffer.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited