Subversion Repositories Kolibri OS

Rev

Rev 4199 | Rev 4572 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4199 Rev 4264
Line 365... Line 365...
365
    * +70 = +0x46: byte: state of the window - bitfield
365
    * +70 = +0x46: byte: state of the window - bitfield
366
      * bit 0 (mask 1): window is maximized
366
      * bit 0 (mask 1): window is maximized
367
      * bit 1 (mask 2): window is minimized to panel
367
      * bit 1 (mask 2): window is minimized to panel
368
      * bit 2 (mask 4): window is rolled up
368
      * bit 2 (mask 4): window is rolled up
369
    * +71 = +0x47: dword: event mask
369
    * +71 = +0x47: dword: event mask
-
 
370
    * +75 = +0x4B: byte: keyboard mode(ASCII = 0; SCAN = 1)
370
Remarks:
371
Remarks:
371
  * Slots are numbered starting from 1.
372
  * Slots are numbered starting from 1.
372
  * Returned value is not a total number of threads, because there
373
  * Returned value is not a total number of threads, because there
373
    can be free slots.
374
    can be free slots.
374
  * When process is starting, system automatically creates
375
  * When process is starting, system automatically creates
Line 409... Line 410...
409
  * If the thread has not yet defined the window by call to
410
  * If the thread has not yet defined the window by call to
410
    function 0, the position and the sizes
411
    function 0, the position and the sizes
411
    of its window are considered to be zero.
412
    of its window are considered to be zero.
412
  * Coordinates of the client area are relative to the window.
413
  * Coordinates of the client area are relative to the window.
413
  * At the moment only the part of the buffer by a size
414
  * At the moment only the part of the buffer by a size
414
    71 = 0x37 bytes is used. Nevertheless it is recommended to use
415
    76 = 0x4C bytes is used. Nevertheless it is recommended to use
415
    1-Kb buffer for the future compatibility, in the future
416
    1-Kb buffer for the future compatibility, in the future
416
    some fields can be added.
417
    some fields can be added.
Line 417... Line 418...
417
 
418
 
418
======================================================================
419
======================================================================