SendMessage method of the Win32_VirtualDesktopSession class

Send a message to the user through the virtual desktop session.

Syntax

uint32 SendMessage(
  [in] string Title,
  [in] string Message
);

Parameters

Title [in]

The title of the messge.

Message [in]

The content of the message.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\CIMv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

See also

Win32_VirtualDesktopSession