ACQUIREFB: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Structure describing action to take when acquiring the frame buffer. | Structure describing action to take when acquiring the frame buffer. | ||
==Type== | |||
[[ULONG]] fAFBFlags; | |||
ULONG ulBankNumber; | |||
RECT rctlXRegion; | |||
==C Declaration Method== | |||
typedef struct | |||
This flag has the following value: | ==Fields== | ||
;fAFBFlags (ULONG):Flag indicating whether bank switching is required. | |||
:This flag has the following value: AFB_SWITCH 1 | |||
; | ;ulBankNumber (ULONG):Bank number to switch to. | ||
Bank number to switch to. | ;rctlXRegion ([[RECTL]]):Rectangle of cursor exclude region. | ||
; | |||
Rectangle of cursor exclude region. | |||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 16:39, 8 February 2020
Structure describing action to take when acquiring the frame buffer.
Type
ULONG fAFBFlags; ULONG ulBankNumber; RECT rctlXRegion;
C Declaration Method
typedef struct
Fields
- fAFBFlags (ULONG)
- Flag indicating whether bank switching is required.
- This flag has the following value: AFB_SWITCH 1
- ulBankNumber (ULONG)
- Bank number to switch to.
- rctlXRegion (RECTL)
- Rectangle of cursor exclude region.