User's Manual
Table Of Contents
- Chapter 1 General Information
- Chapter 2 System Setup
- Chapter 3 System Tuning
- Chapter 4 Windows CE .NET 4.2
- Figure 4.1: Windows CE on TPC-60S
- 4.1 TPC Utilities
- 4.2 Networking
- 4.2.1 Network via Ethernet
- 4.2.2 Network via Serial Port
- Figure 4.24: PC Connection
- Figure 4.25: PC Connection Properties
- Figure 4.26: Change Connection
- Figure 4.27: Change Connection
- Figure 4.28: COM1 Set
- Figure 4.29: Microsoft ActiveSync
- Figure 4.30: Select Connection Setting
- Figure 4.31: Configure Connection Setting
- Figure 4.32: Get Connected
- Figure 4.33: Run Repllog.exe on the TPC
- Figure 4.34: Connection on the TPC
- Figure 4.35: Connection on the Host PC
- Figure 4.36: Explore the TPC
- 4.2.3 Network via USB Client Port
- 4.3 Application Program Development
- 4.4 Wireless LAN Utility for TPC-61S
- Appendix A Watchdog Timer Programming
- Appendix B Fuse Specifications
- Appendix C Pin Assignments
55 Appendix A
• lpInBuffer
[in] Long pointer to a buffer that contains the data required to perform
the operation. This parameter can be NULL if the dwIoControlCode
parameter specifies an operation that does not require input data.
• nInBufferSize
[in] Size, in bytes, of the buffer pointed to by lpInBuffer.
• lpOutBuffer
[out] Long pointer to a buffer that receives the operation’s output data.
This parameter can be NULL if the dwIoControlCode parameter speci-
fies an operation that does not produce output data.
• nOutBufferSize
[in] Size, in bytes, of the buffer pointed to by lpOutBuffer.
• lpBytesReturned
[out] Long pointer to a variable that receives the size, in bytes, of the
data stored into the buffer pointed to by lpOutBuffer. The lpBytesRe-
turned parameter cannot be NULL. Even when an operation produces
no output data, and lpOutBuffer can be NULL, the DeviceIoControl
function makes use of the variable pointed to bylpBytesReturned.
After such an operation, the value of the variable is without meaning.
• lpOverlapped
[in] Ignored; set to NULL.
• Return Values
Nonzero indicates success. Zero indicates failure. To get extended
error information, call GetLastError.










