DRV_MIIM_CALLBACK_HANDLE Type

C

typedef const void* DRV_MIIM_CALLBACK_HANDLE; 

Description

Type: MIIM Callback Registration handle A handle that a client obtains when calling DRV_MIIM_RegisterCallback. It can be used to deregister the notification callback: DRV_MIIM_DeregisterCallback

Remarks

A valid registration handle is not NULL. An invalid registration handle == 0.