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.
This function pointer initializes the KITL serial device driver.
typedef BOOL (*OAL_KITLSERIAL_INIT)( KITL_SERIAL_INFO *pInfo);
Parameters
- pInfo
[in] Pointer to a KITL_SERIAL_INFO structure.
Return Values
TRUE indicates success.
FALSE indicates failure.
Remarks
The pfnInit member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_INIT.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined
See Also
KITL Reference Serial Driver Interface | KITL Functions
Send Feedback on this topic to the authors