Share via


EM_GETEXTENDEDSTYLE

4/8/2010

The EM_GETEXTENDEDSTYLE message retrieves the extended styles that are currently in use for an edit control.

Syntax

EM_GETEXTENDEDSTYLE 
    wParam = (WPARAM) res1; 
    lParam = (LPARAM) res2;

Parameters

  • res1
    This parameter is reserved for future use; the value of this parameter must be set to 0.
  • res2
    This parameter is reserved for future use; the value of this parameter must be set to 0.

Return Value

Returns a DWORD that represents the extended styles currently in use for the edit control. This value can be a combination of extended styles.

Requirements

Header windowsm.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Smartphone for Windows Mobile 2003 and later