WWAN_MODEM_CONFIG_ID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_MODEM_CONFIG_ID {
  DWORD ConfigIdLen;
  BYTE  ConfigId[WWAN_MAX_MODEM_CONFIG_ID_LEN];
} WWAN_MODEM_CONFIG_ID, *PWWAN_MODEM_CONFIG_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_modem_config_id)

_WWAN_MODEM_CONFIG_ID structure

Description

The WWAN_MODEM_CONFIG_ID structure represents a unique ID for a modem configuration file.

Members

ConfigIdLen

A DWORD value indicating the length of ConfigId.

ConfigId

A byte array representing the configuration ID. The maximum length of this field is 256 bits, or 32 bytes.

Remarks

A value of 0 for ConfigId is a special value that indicates that the configuration ID is not available.

See also

WWAN_MODEM_CONFIG_INFO