SWCNTRL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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 | |||
===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 | |||
[[Category:PM Data 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