Exemplo n.º 1
0
        public FriendPresence GetPresence()
        {
            FriendPresence presence = new FriendPresence();

            GetPresence(this, ref presence);
            return(presence);
        }
Exemplo n.º 2
0
 private static extern bool IsSamePresenceGroupApplication(FriendPresence pFriendPresence);
Exemplo n.º 3
0
 private static extern PresenceStatus GetStatus(FriendPresence pFriendPresence);
Exemplo n.º 4
0
 private static extern long GetLastUpdatePosixTime(FriendPresence pFriendPresence);
Exemplo n.º 5
0
 private static extern ApplicationInfo GetLastPlayedApplication(FriendPresence pFriendPresence);
Exemplo n.º 6
0
 private static extern void GetDescription(FriendPresence pFriendPresence,
                                           [MarshalAs(UnmanagedType.LPStr), In, Out] StringBuilder description, long size);
Exemplo n.º 7
0
 private static extern void GetPresence(Friend friend, ref FriendPresence outPresence);