IVsOverrideTextViewAccessibilityState.GetOverrides(UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the flags to override in the text view’s accessibility state.
public:
int GetOverrides([Runtime::InteropServices::Out] System::UInt32 % pdwMask, [Runtime::InteropServices::Out] System::UInt32 % pdwFlags);
int GetOverrides([Runtime::InteropServices::Out] unsigned int & pdwMask, [Runtime::InteropServices::Out] unsigned int & pdwFlags);
public int GetOverrides (out uint pdwMask, out uint pdwFlags);
abstract member GetOverrides : uint32 * uint32 -> int
Public Function GetOverrides (ByRef pdwMask As UInteger, ByRef pdwFlags As UInteger) As Integer
Parameters
- pdwMask
- UInt32
Mask indicating which bits to change. Bits set in the mask will be the bits changed.
- pdwFlags
- UInt32
The resulting overridden/changed state flags.
Returns
If the method succeeds, returns S_OK; otherwise, returns an error code.