Specifies the type of Bidi information to
be set.
It determines which type of Bidi-information is set Depending on its value.
LI_BD_CLIP_ATTR
Clipboard bidirectional attributes.
LI_BD_CLIP_CONV_ATTR
The clipboard conversion bidirectional attributes.
LI_BD_PROCESS_ATTR
The process bidirectional attributes.
LI_BD_WND_ATTR
The window Bidi attributes.
LI_BD_WND_STAT
ulData
(ULONG)
- input
Data to be set in specified attribute.
The value of the specified fields to be set in the Bidi attributes or the
Bidi status. These values are contained in the BIDIATTR
and the BIDISTAT.
ulMask (ULONG)
- input
Mask value indicating attribute or status
fields to be updated. This is a bit value that is used to mask the uldata
value when the effect is related to a window (LI_BD_WND_ATTR or LI_BD_WND_STAT).
Only the bits that are set in ulMask, are enabled for update by the values
in ulData.
Depending on the value of ulEffect, ulMask can have one or more of the values
in either the Bidi status (see BIDISTATM)
or the Bidi attributes (see BIDIATTRM).
ulFlags (ULONG)
Flag to determine optional behavior.
These are flags that determine optional behavior of this function. The following
are possible values:
LIF_NO_SENDMSG
No message is sent to the window
to inform it of change. This value is valid only when the operation is related
to windows.
LIF_CHILD_INHERIT
The
operation is performed for the window whose handle is specified and all
his child windows. This value is valid only when the operation is related
to windows.
LIF_WND_REFRESH
Refresh
all the windows whose bidirectional information is being set. This value
is valid only when the operation is related to windows.
ulReserved
(ULONG)
Is reserved and must be Zero.
[Back: Syntax - WinSetLangInfo]
[Next: Return Values - WinSetLangInfo]