[Previous] [Contents] [Index] [Next]

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

MDI_DeRegister_Extended()

Frees allocated resources

Synopsis:

int MDI_DeRegister_Extended ( mdi_t **mdi)

Arguments:

mdi
A pointer to the mdi_t pointer to invalidate.

Description:

This function frees any resources that were allocated in the MDI_Register_Extended() function call, and invalidates the mdi_t pointer.

Returns:

MDI_SUCCESS if deregistration succeeds.

Classification:

QNX Neutrino

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

[Previous] [Contents] [Index] [Next]