Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 1.29 KB

em-getctfopenstatus.md

File metadata and controls

71 lines (41 loc) · 1.29 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
EM_GETCTFOPENSTATUS message (Richedit.h)
Determines if the Text Services Framework (TSF) keyboard is open or closed.
a50fedf4-b4e5-4b99-be46-1bbbf08e85a8
EM_GETCTFOPENSTATUS message Windows Controls
apiref
EM_GETCTFOPENSTATUS
Richedit.h
HeaderDef
reference
05/31/2018

EM_GETCTFOPENSTATUS message

Determines if the Text Services Framework (TSF) keyboard is open or closed.

Parameters

wParam

Not used; must be zero.

lParam

Not used; must be zero.

Return value

If the TSF keyboard is open, the return value is TRUE. Otherwise, it is FALSE.

Requirements

Requirement Value
Minimum supported client
Windows XP with SP1 [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Richedit.h

See also

EM_SETCTFOPENSTATUS