|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| richedit.h
| Unicode
| No
| Platform Notes
| None
|
|
|
EM_GETCHARFORMAT
The EM_GETCHARFORMAT message determines the current character formatting in a
rich edit control.
EM_GETCHARFORMAT
wParam = (WPARAM) (BOOL) fSelection;
lParam = (LPARAM) (CHARFORMAT FAR *) lpFmt;
Parameters
fSelection
Value specifying whether to get the default character formatting or the
current selection's character formatting. If this parameter is zero, the default
formatting is returned. Otherwise, the current selection's formatting is returned.
lpFmt
Pointer to a CHARFORMAT structure to fill in. If the selection formatting is being retrieved, the
structure receives the attributes of the first character, and the dwMask member specifies which attributes are consistent throughout the entire
selection.
Return Values
Returns the value of the dwMask member of the CHARFORMAT structure.
See Also
CHARFORMAT
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|