windows-nt/Source/XPSP1/NT/base/fs/utils/dfrg/inc/postmsgc.h
2020-09-26 16:20:57 +08:00

21 lines
477 B
C

/***************************************************************************
FILENAME: PostMsgC.h
COPYRIGHT© 2001 Microsoft Corporation and Executive Software International, Inc.
DESCRIPTION:
Include file for the respective module.
***************************************************************************/
// Declare routine prototypes
//
BOOL
PostMessageLocal (
IN HWND hWnd,
IN UINT Msg,
IN WPARAM wParam,
IN LPARAM lParam
);