Example #1
0
 public static void XNotifyQueueUI(this XDevkit.IXboxConsole xbc, uint type, string text)
 {
     byte[] buffer = xbc.WideChar(text);
     xbc.CallSysFunction(xbc.resolveFunction("xam.xex", 0x290), new object[] { type, 0, 2, buffer, 0 });
 }