MbbAdapterGetSessionId - NtDoc

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

ULONG MbbAdapterGetSessionId(
  NETADAPTER Adapter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-mbbcx-mbbadaptergetsessionid)

MbbAdapterGetSessionId function

Description

The MbbAdapterGetSessionId method retrieves the data session ID represented by the given NETADAPTER object.

Parameters

Adapter

A handle to a NetAdapterCx NETADAPTER object previously created with a call to NetAdapterCreate and initialized with MbbAdapterInitialize.

Return value

Returns the data session's ID to the network interface represented by the NETADAPTER object.

Remarks

The client driver must call MbbAdapterInitialize first before calling this method.

For more information, see Creating the NetAdapter interface for the PDP context/EPS bearer.

See also