DRV_MIIM_OPERATION_HANDLE Type
C
typedef const void* DRV_MIIM_OPERATION_HANDLE;
Description
Type: DRV_MIIM_OPERATION_HANDLE A handle that identifies an operation started by a client. This handle can be used by the client to query the operation status, result, etc. It is also used when the operation complete notification occurs.
Remarks
A valid operation handle is not NULL. An invalid operation handle == 0.