ACQUIREFB: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
typedef ACQUIREFB *PACQUIREFB; | typedef ACQUIREFB *PACQUIREFB; | ||
==Fields== | |||
; fAFBFlags : fAFBFlags (ULONG) | ; fAFBFlags : fAFBFlags (ULONG) | ||
Flag indicating whether bank switching is required. | Flag indicating whether bank switching is required. |
Revision as of 00:10, 17 August 2017
Structure describing action to take when acquiring the frame buffer.
typedef struct _ACQUIREFB { ULONG fAFBFlags; /* Flag indicating whether bank switching is required. */ ULONG ulBankNumber; /* Bank number to switch to. */ RECTL rctlXRegion; /* Rectangle of cursor exclude region. */ } ACQUIREFB; typedef ACQUIREFB *PACQUIREFB;
Fields
- fAFBFlags
- fAFBFlags (ULONG)
Flag indicating whether bank switching is required.
This flag has the following value:
- AFB_SWITCH 1
- ulBankNumber
- ulBankNumber (ULONG)
Bank number to switch to.
- rctlXRegion
- rctlXRegion (RECTL)
Rectangle of cursor exclude region.
Type
struct
C Declaration Method
typedef