Share via


_PSI_FLAGS Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration _PSI_FLAGS
[FlagsAttribute]
public enum _PSI_FLAGS
[FlagsAttribute]
public enum class _PSI_FLAGS
[<FlagsAttribute>]
type _PSI_FLAGS
public enum _PSI_FLAGS

Members

Member name Description
PSI_FORCEOFFFEEDBACK
PSI_FORCEONFEEDBACK
PSI_INHERITHANDLES
PSI_RUNFULLSCREEN
PSI_USECOUNTCHARS
PSI_USECREATIONFLAGS
PSI_USEFILLATTRIBUTE
PSI_USEPOSITION
PSI_USESHOWWINDOW
PSI_USESIZE
PSI_USESTDHANDLES

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace