OID_WW_GEN_REGISTRATION_STATUS
The OID_WW_GEN_REGISTRATION_STATUS OID requests the miniport driver to return the current registration state of its NIC on the network as follows:
Value | Meaning |
---|---|
0 |
Registration was denied. |
1 |
Registration is pending on the network. |
2 |
Registered on the network. If a particular network does not provide registration information, a miniport driver should always return this value in response to this OID request. A NIC on such a network is considered to be always in the registered state. |
-1 |
Registration status is unknown. |
If any bound protocol has enabled indications with OID_WW_GEN_INDICATION_REQUEST, the miniport driver must call NdisMIndicateStatus to notify such protocol(s) if the registration state changes. It can ignore the TriggerValue member that was specified in the OID_WW_GEN_INDICATION_REQUEST.
Sets are irrelevant for this OID.
Note This OID is not available for use beginning with Windows Vista.