PEXSetPWAttributeMask(3) — Subroutines
Name
PEXSetPWAttributeMask - Macro to Setup Workstation Attributes Value Mask
Synopsis
PEXSetPWAttributeMask(mask, attr)
Arguments
maskThe address of the value mask - an array of two unsigned long.
attrA single workstation attribute bitmask constant.
Description
This is a utility macro to aid in setting up the bitmask for the workstation attributes.
The following constants must be used:
PEXPWDisplayUpdate
PEXPWVisualState
PEXPWDisplaySurface
PEXPWViewUpdate
PEXPWDefinedViews
PEXPWWorkstationUpdate
PEXPWReqNPCSubVolume
PEXPWCurNPCSubVolume
PEXPWReqViewport
PEXPWCurViewport
PEXPWHLHSRUpdate
PEXPWReqHLHSRMode
PEXPWCurHLHSRMode
PEXPWDrawable
PEXPWMarkerBundle
PEXPWTextBundle
PEXPWLineBundle
PEXPWInteriorBundle
PEXPWEdgeBundle
PEXPWColorTable
PEXPWDepthCueTable
PEXPWLightTable
PEXPWColorApproxTable
PEXPWPatternTable
PEXPWTextFontTable
PEXPWHighlightIncl
PEXPWHighlightExcl
PEXPWInvisibilityIncl
PEXPWInvisibilityExcl
PEXPWPostedStructures
PEXPWNumPriorities
PEXPWBufferUpdate
PEXPWReqBufferMode
PEXPWCurBufferMode
Note that this macro does multiple evaluations of the value for attr.
Errors
None
See Also
PEXGetWorkstationAttributes