EM_GETOPTIONS

Retrieves the rich edit control options.

EM_GETOPTIONS
wParam = (WPARAM) 0;
lParam = (LPARAM) 0;
 

Return Values

Returns the current option values. Can be a combination of values described for the EM_SETOPTIONS message.

QuickInfo

  Windows NT: Requires version 3.51 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in richedit.h.

See Also

Rich Edit Controls Overview, Rich Edit Messages, EM_SETOPTIONS