SWCNTRL: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== SWCNTRL == | == 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 | ||
==== C Declaration Method ==== | ==== 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:Data type]] | |||
[[Category: |
Revision as of 00:13, 3 November 2016
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