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