WWAN_NETWORK_IDLE_HINT - NtDoc

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

typedef struct _WWAN_NETWORK_IDLE_HINT {
  ULONG IsEnabled;
} WWAN_NETWORK_IDLE_HINT, *PWWAN_NETWORK_IDLE_HINT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_NETWORK_IDLE_HINT structure

Description

The WWAN_NETWORK_IDLE_HINT structure contains a hint for the network interface regarding whether data is expected to be active or idle on the interface.

Members

IsEnabled

If TRUE, this is a hint that the network interface should utilize mechanisms for entering lower power modes faster. If FALSE, it is a hint that the network interface not utilize mechanisms for entering lower power modes faster.

See also

NDIS_WWAN_NETWORK_IDLE_HINT

OID_WWAN_NETWORK_IDLE_HINT