[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EM_GETSTATE
  The EM_GETSTATE and EM_SETSTATE messages were added so that you may
query and set the internal state flags of an edit control. The only
internal state that you should play around with is STATE_INSERT (defined
in window.h), which controls the overstrike/insert state of a control.

Parameters
  wParam is ignored.
  lParam is ignored.

Returns
  The state flags of the edit control. This is a WORD-length value.

See Also: EM_SETSTATE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson