OAL_KITLSERIAL_POWER_ON (Windows Embedded CE 6.0)
1/5/2010
This function pointer turns on the KITL serial device driver.
Syntax
typedef VOID (*OAL_KITLSERIAL_POWER_ON)();
Parameters
None.
Return Value
None.
Remarks
The pfnPowerOn member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_POWER_ON.
Requirements
Header | oal_kitl.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
KITL Functions for Serial Drivers
KITL Functions for Production-Quality OAL