OID_WW_MBX_SUBADDR
The OID_WW_MBX_SUBADDR OID requests the miniport driver to log on or log out a personal subscription address (MAN).
This request uses a WW_MBX_PMAN structure, defined as follows:
typedef struct _WW_MBX_PMAN {
BOOLEAN ACTION;
UINT MAN;
UCHAR PASSWORD[8];
} WW_MBX_PMAN;
The members of this structure contain the following information:
ACTION
Specifies 0 if the driver should log on the given PMAN, or 1 if it should log out the given PMAN.MAN
Specifies the personal network address of the subscriber to be logged in or out.PASSWORD
Specifies a password of up to eight characters for a log-in or NULL for a log-out operation.
If any bound protocol has enabled indications with OID_WW_GEN_INDICATION_REQUEST, the miniport driver must call NdisMIndicateStatus to notify such protocol(s) when a personal MAN is logged in or out on the network. It can ignore the TriggerValue member that was specified in the OID_WW_GEN_INDICATION_REQUEST. InitialValue should remain NULL. When making an indication, all passwords should be zeroed; they are ignored by all bound protocols.
Queries are irrelevant for this OID.
Note This OID is not available for use beginning with Windows Vista.