ComputerDictionaries.org      Computer terms spelled out...
Home -› Software -› Win32 API Glossary -› EM SETMODIFY
Online dictionary
From all Dictionaries     Only from this Category     Only from this Dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

EM SETMODIFY

Win32 API GlossaryWin32 API Glossary
An application sends an EM_SETMODIFY message to set or clear the modification flag for an edit control. The modification flag indicates whether the text within the edit control has been modified. It is automatically set whenever the user changes the text. An EM_GETMODIFY message can be sent to retrieve the value of the modification flag.

EM_SETMODIFY
wParam = (WPARAM) (UINT) fModified; // modification flag
lParam = 0; // not used; must be zero


Parameters

fModified

Value of wParam. Specifies the new value for the modification flag. A value of TRUE indicates the text has been modified, and a value of FALSE indicates it has not been modified.



Return Values

This message does not return a value.

Remarks

In a rich edit control, objects created without the REO_DYNAMICSIZE flag will lock in their extents when the modify flag is set to FALSE.

See Also

EM_GETMODIFY, REOBJECT

 

Win32 API Glossary INDEX:

List of Terms: Terms beginning with "A", Page 1

A B C D E F G H I K L S W
1 2 3 4 5 6 7 8

A: Page 1 of 8.

ABC
ABCFLOAT
AbnormalTermination
AbortDoc
AbortPath
AbortPrinter
AbortProc
AbortSystemShutdown
ACCEL
AccelTableEntry...

Other Resources

Online Dictionary

WhatIs.com - Tech Dictionary & Encyclopedia

Webopedia

FOLDOC Computing Dictionary

IBM Terminology

Microsoft Glossary

HP Computing glossary

Oracle Glossary

Computer History Museum

FILExt - The File Extension Source

ComputerUser Dictionary


Home   |   Translation  |   Dictionary   |   About Us   |   Contact Us
ComputerDictionaries.org
  Powered by Babylon - Translation Software
Copyright 2008, ComputerDictionaries.org. All rights reserved.