WCM_PROFILE_INFO structure (wcmapi.h)

The WCM_PROFILE_INFO structure contains information about a specific profile.

Syntax

typedef struct _WCM_PROFILE_INFO {
  WCHAR          strProfileName[WCM_MAX_PROFILE_NAME];
  GUID           AdapterGUID;
  WCM_MEDIA_TYPE Media;
} WCM_PROFILE_INFO, *PWCM_PROFILE_INFO;

Members

strProfileName[WCM_MAX_PROFILE_NAME]

Type: WCHAR[WCM_MAX_PROFILE_NAME]

The profile name.

AdapterGUID

Type: GUID

The GUID of the adapter.

Media

Type: WCM_MEDIA_TYPE

The media type for the profile.

Requirements

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

See also

WCM_MEDIA_TYPE