UNDOCK_REASON enumeration (shobjidl.h)
Values that indicate the reason that a docked accessibility app window has been undocked. Used by IAccessibilityDockingServiceCallback::Undocked.
Syntax
typedef enum UNDOCK_REASON {
UR_RESOLUTION_CHANGE = 0,
UR_MONITOR_DISCONNECT = 1
} ;
Constants
UR_RESOLUTION_CHANGE Value: 0 The accessibility window was undocked because the screen resolution has changed. |
UR_MONITOR_DISCONNECT Value: 1 The monitor on which the accessibility window was docked has been disconnected. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | shobjidl.h |