2.2.2.9 MilConnection
The MilConnection enumeration specifies behavioral options for a connection.
-
typedef enum _MilConnection { IsDwm = 0x00000001 } MilConnection;
IsDwm: Indicates that this connection is associated with the desktop composition.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The MilConnection enumeration specifies behavioral options for a connection.
typedef enum _MilConnection
{
IsDwm = 0x00000001
} MilConnection;
IsDwm: Indicates that this connection is associated with the desktop composition.