/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/seamlessrdp-channel.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/doc/seamlessrdp-channel.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1231 by astrand, Mon Mar 27 08:17:34 2006 UTC revision 1232 by ossman_, Fri Apr 28 07:55:36 2006 UTC
# Line 55  CREATE Line 55  CREATE
55  Allocate structures for a new window.  Allocate structures for a new window.
56    
57  Syntax:  Syntax:
58          CREATE,<SERIAL>,<ID>,<PARENT>,<FLAGS>          CREATE,<SERIAL>,<ID>,<GRPID>,<PARENT>,<FLAGS>
59    
60  Indicates that a window has appeared on the server. If PARENT is non-zero then  Indicates that a window has appeared on the server. If PARENT is non-zero then
61  the new window is a child of that window (it's transient for it). The special  the new window is a child of that window (it's transient for it). The special
62  value 0xFFFFFFFF for PARENT means that the window is a popup window without a  value 0xFFFFFFFF for PARENT means that the window is a popup window without a
63  parent. It's commonly used for splash screens, tool tips and context menus.  parent. It's commonly used for splash screens, tool tips and context menus.
64    
65    The group id identifies a set of windows that belong together. It is currently
66    only used for modal windows and DESTROYGRP.
67    
68    Flags:
69            0x0001 : Create a window that's modal with regard to the other windows
70                     in the same group.
71    
72  Note that very little information is included in this message. Things like  Note that very little information is included in this message. Things like
73  title and state will come in subsequent messages. This message should only  title and state will come in subsequent messages. This message should only
74  be used to allocate data structures for the new window.  be used to allocate data structures for the new window.
# Line 76  Syntax: Line 83  Syntax:
83    
84  Remove the window and deallocate all associated structures.  Remove the window and deallocate all associated structures.
85    
86    DESTROYGRP
87    ----------
88    
89    Destroy an entire group of windows.
90    
91    Syntax:
92            DESTROYGRP,<SERIAL>,<GRPID>,<FLAGS>
93    
94    Every window that belongs to the group GRPID should be destroyed as if they
95    each got a DESTROY message.
96    
97  POSITION  POSITION
98  --------  --------
99    

Legend:
Removed from v.1231  
changed lines
  Added in v.1232

  ViewVC Help
Powered by ViewVC 1.1.26