예제 #1
0
 public QueAPI()
 {
     QueNotification = QueCallback;
     if (QueAPIOpen(QueNotification) != QueErrT16.None)
     {
         throw new UnableToConnect("Cannot connect to Que API");
     }
 }
예제 #2
0
 private static extern QueErrT16 QueAPIClose(QueNotificationCallback callback);