nn::nex::MatchmakeExtensionClient::DebugNotifyEvent Member Function

Syntax

qBool DebugNotifyEvent(
     ProtocolCallContext * pContext,
     PrincipalID pid,
     qUnsignedInt32 type,
     qUnsignedInt32 subType,
     qUnsignedInt32 param1,
     qUnsignedInt32 param2,
     const String & stringParam
);

Parameters

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.

Return Values



Value Description
true Call initialization succeeded.
false Failure.

Description

Sends an event to the specified PID. This feature is for debugging. Do not use it in retail products.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL