EM_GETMODIFY

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message determines whether the contents of an edit control have been modified.

Syntax

EM_GETMODIFY 
    wParam = 0; 
    lParam = 0;

Parameters

  • wParam
    Not used; set to 0.
  • lParam
    Not used; set to 0.

Return Value

TRUE indicates that the content of edit control has been modified. FALSE indicates otherwise.

Remarks

The system maintains an internal flag indicating whether the content of the edit control has been changed. This flag is cleared when the edit control is first created; alternatively, an application can send an EM_SETMODIFY message to the edit control to clear the flag.

Requirements

Header windows.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

EM_SETMODIFY
Edit Boxes Messages