IVsOverrideTextViewAccessibilityState::GetOverrides Method (UInt32, UInt32)

 

Gets the flags to override in the text view’s accessibility state.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
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::Int32

If the method succeeds, returns S_OK; otherwise, returns an error code.

Return to top
Show: