Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
661 B

  1. //*****************************************************************************
  2. //
  3. // 32bit Control message thunking
  4. //
  5. //
  6. // 01-FEB-92 NanduriR Created
  7. //*****************************************************************************
  8. BOOL ThunkEMMsg32(HWND hwnd, UINT uMsg, UINT uParam, LONG lParam,
  9. PWORD pwMsgNew, PWORD pwParamNew, PLONG plParamNew);
  10. BOOL ThunkCBMsg32(HWND hwnd, UINT uMsg, UINT uParam, LONG lParam,
  11. PWORD pwMsgNew, PWORD pwParamNew, PLONG plParamNew);
  12. BOOL ThunkLBMsg32(HWND hwnd, UINT uMsg, UINT uParam, LONG lParam,
  13. PWORD pwMsgNew, PWORD pwParamNew, PLONG plParamNew);