Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration supported an experimental feature that was never implemented in Windows. It has no effect and should not be used.
Syntax
typedef enum DWM_TAB_WINDOW_REQUIREMENTS {
DWMTWR_NONE,
DWMTWR_IMPLEMENTED_BY_SYSTEM,
DWMTWR_WINDOW_RELATIONSHIP,
DWMTWR_WINDOW_STYLES,
DWMTWR_WINDOW_REGION,
DWMTWR_WINDOW_DWM_ATTRIBUTES,
DWMTWR_WINDOW_MARGINS,
DWMTWR_TABBING_ENABLED,
DWMTWR_USER_POLICY,
DWMTWR_GROUP_POLICY,
DWMTWR_APP_COMPAT
} ;
Constants
DWMTWR_NONEThis field is not used. |
DWMTWR_IMPLEMENTED_BY_SYSTEMThis field is not used. |
DWMTWR_WINDOW_RELATIONSHIPThis field is not used. |
DWMTWR_WINDOW_STYLESThis field is not used. |
DWMTWR_WINDOW_REGIONThis field is not used. |
DWMTWR_WINDOW_DWM_ATTRIBUTESThis field is not used. |
DWMTWR_WINDOW_MARGINSThis field is not used. |
DWMTWR_TABBING_ENABLEDThis field is not used. |
DWMTWR_USER_POLICYThis field is not used. |
DWMTWR_GROUP_POLICYThis field is not used. |
DWMTWR_APP_COMPATThis field is not used. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1803 [desktop apps only] |
| Minimum supported server | Windows Server [desktop apps only] |
| Header | dwmapi.h (include Dwmmapi.h) |