// mbbcx.h
ULONG MbbAdapterGetSessionId(
NETADAPTER Adapter
);
View the official Windows Driver Kit DDI referenceNo description available.
The MbbAdapterGetSessionId method retrieves the data session ID represented by the given NETADAPTER object.
AdapterA handle to a NetAdapterCx NETADAPTER object previously created with a call to NetAdapterCreate and initialized with MbbAdapterInitialize.
Returns the data session's ID to the network interface represented by the NETADAPTER object.
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.