Win_GetClass

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Windows API >

Win_GetClass

 

Description

 

Retrieves the name of the class to which the specified window belongs.

 

Syntax

 

s = Win_GetClass(hWnd)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the window

 

Remarks

 

Restrictions

 

See also

 

Examples