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

24 lines
691 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/**************************************************************************************************
FILENAME: RemMsg.h
COPYRIGHT<EFBFBD> 2001 Microsoft Corporation and Executive Software International, Inc.
DESCRIPTION:
Remote message prototypes.
***************************************************************************************************/
//Sends a text message to a remote process so we can pop up MessageBoxes on remote machines.
BOOL
RemoteMessageBox(
TCHAR* cMsg,
TCHAR* cTitle
);
//Takes the message from another process and displays a MessageBox here (compliment to RemoteMessageBox).
BOOL
PrintRemoteMessageBox(
TCHAR* pText
);