Source code of Windows XP (NT5)
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.

20 lines
477 B

  1. /***************************************************************************
  2. FILENAME: PostMsgC.h
  3. COPYRIGHT 2001 Microsoft Corporation and Executive Software International, Inc.
  4. DESCRIPTION:
  5. Include file for the respective module.
  6. ***************************************************************************/
  7. // Declare routine prototypes
  8. //
  9. BOOL
  10. PostMessageLocal (
  11. IN HWND hWnd,
  12. IN UINT Msg,
  13. IN WPARAM wParam,
  14. IN LPARAM lParam
  15. );