IVsOverrideTextViewAccessibilityState::GetOverrides Method (UInt32, UInt32)
Visual Studio 2015
Gets the flags to override in the text view’s accessibility state.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
int GetOverrides( [OutAttribute] unsigned int% pdwMask, [OutAttribute] unsigned int% pdwFlags )
Parameters
- pdwMask
-
Type:
System::UInt32
Mask indicating which bits to change. Bits set in the mask will be the bits changed.
- pdwFlags
-
Type:
System::UInt32
The resulting overridden/changed state flags.
Return Value
Type: System::Int32If the method succeeds, returns S_OK; otherwise, returns an error code.
Show: