Jump to content

SWCNTRL: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== SWCNTRL ==
Switch-list control block structure.
Switch-list control block structure.


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


[[OS2 API:DataType:HWND|HWND]]    hwnd
===C Declaration Method===
[[OS2 API:DataType:HWND|HWND]]    hwndIcon
[[OS2 API:DataType:HPROGRAM|HPROGRAM]] hprog
[[OS2 API:DataType:PID|PID]]      idProcess
[[OS2 API:DataType:ULONG|ULONG]]    idSession
[[OS2 API:DataType:ULONG|ULONG]]    uchVisibility
[[OS2 API:DataType:ULONG|ULONG]]    fbJump
[[OS2 API:DataType:CHAR|CHAR]]    szSwtitle[MAXNAMEL+4]
[[OS2 API:DataType:ULONG|ULONG]]    bProgType
 
==== C Declaration Method ====
 
typedef struct
typedef struct


=== Fields ===
=== 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


hwnd                  Window handle.
[[Category:PM Data type]]
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.

Latest revision as of 12:39, 21 February 2020

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