#include "precomp.h"
#include "dbt.h"
#include "ntdddisk.h"
#include "ntuser.h"
#include <winsta.h>
#include <wstmsg.h>
#include <winuser.h>
Go to the source code of this file.
Defines | |
#define | DumpOutLastError |
Functions | |
NTSTATUS | RemoteDoBroadcastSystemMessage (PWINSTATION_APIMSG pMsg) |
NTSTATUS | RemoteDoSendWindowMessage (PWINSTATION_APIMSG pMsg) |
|
Definition at line 73 of file server/sendmsg.c. |
|
Definition at line 89 of file server/sendmsg.c. References BroadcastSystemMessage(), and NTSTATUS(). Referenced by W32WinStationBroadcastSystemMessage().
|
|
Definition at line 123 of file server/sendmsg.c. References NTSTATUS(), and SendMessage(). Referenced by W32WinStationSendWindowMessage().
|