Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This function pointer de-initializes the KITL Ethernet device driver.
Syntax
typedef BOOL (*OAL_KITLETH_DEINIT)();
Parameters
None.
Return Value
TRUE indicates success.
FALSE indicates failure.
Remarks
The pfnDeinit member of the OAL_KITL_ETH_DRIVER structure points to the custom function that implements OAL_KITLETH_DEINIT.
Requirements
| Header | oal_kitl.h |
| Library | Developer Implemented |
| Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
KITL Functions for Ethernet Drivers
KITL Functions for Production-Quality OAL