Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

MDI_DeRegister()

Deregister from the MII management library and free allocated resources

Synopsis:

void MDI_DeRegister ( mdi_t **mdi );

Arguments:

mdi
A pointer to the mdi_t pointer to invalidate.

Description:

MDI_DeRegister() deregisters from the MII management library, invalidates the mdi_t pointer, and frees any resources that MDI_Register() or MDI_Register_Extended() allocated.

Classification:

QNX Neutrino

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler Yes
Thread Yes

See also:

MDI_Register(), MDI_Register_Extended()