qBool DebugNotifyEvent( ProtocolCallContext * pContext, PrincipalID pid, qUnsignedInt32 type, qUnsignedInt32 subType, qUnsignedInt32 param1, qUnsignedInt32 param2, const String & stringParam );
Name | Description | |
---|---|---|
in | pContext | Call information. |
in | pid | The PID to notify. |
in | type | A value retrieved with NotificationEvent::GetType . |
in | subType | A value retrieved with NotificationEvent::GetSubtType . |
in | param1 | A value retrieved with NotificationEvent::GetParam1 . |
in | param2 | A value retrieved with NotificationEvent::GetParam2 . |
in | stringParam | A value retrieved with NotificationEvent::GetStringParam . |
Value | Description |
---|---|
true | Call initialization succeeded. |
false | Failure. |
Sends an event to the specified PID. This feature is for debugging. Do not use it in retail products.
CONFIDENTIAL