ITextHost::TxGetPropertyBits method (textserv.h)

Requests the bit property settings for the text host.

Syntax

HRESULT TxGetPropertyBits(
  [in] DWORD dwMask,
  [in] DWORD *pdwBits
);

Parameters

[in] dwMask

Type: DWORD

Mask of properties in which the caller is interested. For the possible bit values, see dwBits in OnTxPropertyBitsChange.

[in] pdwBits

Type: DWORD*

The current settings for the properties specified by dwMask.

Return value

Type: HRESULT

The return value is S_OK.

Remarks

This call is valid at any time, for any combination of requested property bits.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header textserv.h
DLL Msftedit.dll

See also

ITextHost

Windowless Rich Edit Controls Overview