Skip to content

Latest commit

 

History

History
82 lines (48 loc) · 1.8 KB

em-getbidioptions.md

File metadata and controls

82 lines (48 loc) · 1.8 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
EM_GETBIDIOPTIONS message (Richedit.h)
Indicates the current state of the bidirectional options in the rich edit control.
055581c0-ae59-4601-a3e9-416705af429a
EM_GETBIDIOPTIONS message Windows Controls
apiref
EM_GETBIDIOPTIONS
Richedit.h
HeaderDef
reference
05/31/2018

EM_GETBIDIOPTIONS message

Indicates the current state of the bidirectional options in the rich edit control.

Parameters

wParam

This parameter is not used; it must be zero.

lParam

A BIDIOPTIONS structure that receives the current state of the bidirectional options in the rich edit control.

Return value

This message does not return a value.

Remarks

This message sets the values of the wMask and wEffects members to the value of the current state of the bidirectional options in the rich edit control.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Redistributable
Rich Edit 3.0
Header
Richedit.h

See also

Reference

BIDIOPTIONS

EM_SETBIDIOPTIONS