WCM_MEDIA_TYPE enumeration (wcmapi.h)

The WCM_MEDIA_TYPE enumerated type specifies the type of media for a connection.

Syntax

typedef enum _WCM_MEDIA_TYPE {
  wcm_media_unknown,
  wcm_media_ethernet,
  wcm_media_wlan,
  wcm_media_mbn,
  wcm_media_invalid,
  wcm_media_max
} WCM_MEDIA_TYPE, *PWCM_MEDIA_TYPE;

Constants

 
wcm_media_unknown
Unknown media.
wcm_media_ethernet
Ethernet.
wcm_media_wlan
WLAN.
wcm_media_mbn
Mobile broadband.
wcm_media_invalid
Invalid type.
wcm_media_max
Maximum value for testing purposes.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header wcmapi.h