Home
last modified time | relevance | path

Searched refs:Notification_User_ChangedHandle (Results 1 – 6 of 6) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2ClientGFx3.0/
H A DLobby2ClientGFx3Impl.h140 virtual void MessageResult(RakNet::Notification_User_ChangedHandle *message);
H A DLobby2ClientGFx3Impl.cpp1113 void Lobby2ClientGFx3Impl::MessageResult(Notification_User_ChangedHandle *message) in MessageResult()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h447 struct Notification_User_ChangedHandle;
604 virtual void MessageResult(Notification_User_ChangedHandle *message);
3064 struct Notification_User_ChangedHandle : public Lobby2Message struct
3066 __L2_MSG_BASE_IMPL(Notification_User_ChangedHandle) in __L2_MSG_BASE_IMPL() argument
3601 __L2_MSG_FACTORY_BASE(Notification_User_ChangedHandle); in Alloc()
H A DLobby2Message.cpp122 void Lobby2Callbacks::MessageResult(Notification_User_ChangedHandle *message) {ExecuteDefaultResult… in MessageResult()
2105 void RakNet::Notification_User_ChangedHandle::Serialize( bool writeToBitstream, bool serializeOutpu… in Serialize()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.h492 __L2_MSG_FACTORY_BASE(Notification_User_ChangedHandle); in Alloc()
H A DLobby2Message_PGSQL.cpp1423Notification_User_ChangedHandle *notification = (Notification_User_ChangedHandle *) command->serve… in ServerDBImpl()