Jump to content

SWCNTRL: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Anakor (talk | contribs)
No edit summary
Line 12: Line 12:
  [[OS2 API:DataType:ULONG|ULONG]]    uchVisibility
  [[OS2 API:DataType:ULONG|ULONG]]    uchVisibility
  [[OS2 API:DataType:ULONG|ULONG]]    fbJump
  [[OS2 API:DataType:ULONG|ULONG]]    fbJump
  [[OS2 API:DataType:CHAR|CHAR]]    szSwtitle[MAXNAMEL+4]
  [[OS2 API:DataType:CHAR|CHAR]]    szSwtitle[ [[OS2 API:Constant:MAXNAMEL|MAXNAMEL]]+4 ]
  [[OS2 API:DataType:ULONG|ULONG]]    bProgType
  [[OS2 API:DataType:ULONG|ULONG]]    bProgType



Revision as of 17:20, 6 October 2007

SWCNTRL

Switch-list control block structure.

Type

HWND     hwnd
HWND     hwndIcon
HPROGRAM hprog
PID      idProcess
ULONG    idSession
ULONG    uchVisibility
ULONG    fbJump
CHAR     szSwtitle[ MAXNAMEL+4 ]
ULONG    bProgType

C Declaration Method

typedef struct

Fields

hwnd                  Window handle.
hwndIcon              Window-handle icon.
hprog                 Program handle.
idProcess             Process identity.
idSession             Session identity.
uchVisibility         Visibility:
fbJump                Jump indicator:
szSwtitle[MAXNAMEL+4] Switch-list control block title (null-terminated).
bProgType;            Program type.