Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>em_gethandle</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EM_GETHANDLE

  Retrieves the far address of the an edit control's text buffer.

Parameters
  wParam is not used.
  lParam is a pointer to a user-supplied far pointer to a holder for the text buffer.

Example
  char far *szHandle;
  SendMessage(hEdit, EM_GETHANDLE, 0, (DWORD) (char far **)
&szHandle);

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson