Intermec ck1 Reference Guide

Page of 390
Chapter 5 — Nano-X APIs 
252 
CK1 SDK Programmer’s Reference Manual 
GrKillWindow () 
 
Purpose:  Forcibly disconnect the client that owns this window with the specified 
identification number. Used to kill an application that has locked up and 
is not responding to CLOSE_REQ events. 
 
Syntax: 
void        GrKillWindow              (GR_WINDOW_ID wid);
 
 
Parameter:  wid 
Identification of the window to kill 
Graphics API 
The name of this API is: 
graphics —  
Synopsis 
GR_GC_ID    GrNewGC                      (void); 
GR_GC_ID    GrCopyGC                     (GR_GC_ID gc); 
void        GrGetGCInfo                  (GR_GC_ID gc, 
                                             GR_GC_INFO *gcip); 
void        GrDestroyGC                  (GR_GC_ID gc); 
void        GrLine                        (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COORD x1, 
                                             GR_COORD y1, 
                                             GR_COORD x2, 
                                             GR_COORD y2); 
void        GrPoint                       (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COORD x, 
                                             GR_COORD y); 
void        GrPoints                     (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COUNT count, 
                                             GR_POINT *pointtable); 
void        GrRect                        (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COORD x, 
                                             GR_COORD y, 
                                             GR_SIZE width, 
                                             GR_SIZE height); 
void        GrFillRect                   (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COORD x, 
                                             GR_COORD y, 
                                             GR_SIZE width, 
                                             GR_SIZE height); 
void        GrPoly                        (GR_DRAW_ID id, 
                                             GR_GC_ID gc, 
                                             GR_COUNT count, 
                                             GR_POINT *pointtable); 
void        GrFillPoly                   (GR_DRAW_ID id,