コード例 #1
0
 private static extern nn.Result Initialize(ref UserPresence pUserPresence);
コード例 #2
0
 private static extern nn.Result Initialize(ref UserPresence pUserPresence, nn.account.Uid uid);
コード例 #3
0
 private static extern nn.Result SetDescription(ref UserPresence pUserPresence, [MarshalAs(UnmanagedType.LPStr), In] string description);
コード例 #4
0
 private static extern void DeclareCloseOnlinePlaySession(ref UserPresence pUserPresence);
コード例 #5
0
 private static extern nn.Result Commit(ref UserPresence pUserPresence);
コード例 #6
0
 private static extern void Clear(ref UserPresence pUserPresence);