windows-nt/Source/XPSP1/NT/base/fs/utils/dfrg/inc/postmsgc.h

21 lines
477 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/***************************************************************************
FILENAME: PostMsgC.h
COPYRIGHT<EFBFBD> 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
);