ManagerInterfaceNotificationsSend Method (UInt32, Char) |
Sends push notifications to a list of MetaQuotes IDs and a list of logins.
Namespace:
mtapi.be.MT4ManagerApiCpp
Assembly:
MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax public void NotificationsSend(
uint logins_total,
char* message
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
void NotificationsSend(
unsigned int logins_total,
wchar_t* message
)
F# does not support APIs that consume or return unsafe types.
Parameters
- logins_total
- Type: SystemUInt32
- message
- Type: SystemChar*
See Also