Jump to content

SWCNTRL: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
No edit summary
Line 30: Line 30:
  szSwtitle[MAXNAMEL+4] Switch-list control block title (null-terminated).
  szSwtitle[MAXNAMEL+4] Switch-list control block title (null-terminated).
  bProgType;            Program type.
  bProgType;            Program type.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:10, 1 November 2011

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.


Back to OS/2 API