Share via


EM_GETEXTENDEDSTYLE

Send Feedback

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 Values

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

Smartphone: Windows Mobile 2003 and later.
OS Versions: Windows CE 3.0 and later.
Header: windowsm.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.