59
Appendix C
C.1.1 Parameters
• hDevice
[in] Handle to the device that is to perform the operation. Call the Cre-
ateFile function to obtain a device handle.
• dwIoControlCode
[in] Specifies the control code for the operation. This value identifies
the specific operation to be performed and the type of device on which
the operation is to be performed. No specific values are defined for the
dwIoControlCode parameter. However, the writer of a custom device
driver can define IOCTL_XXXX control codes, per the CTL_CODE
macro. These control codes can then be advertised, and an application
can use these control codes with DeviceIoControl to perform driver-
specific functions.
• 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.
Содержание TPC-1261H
Страница 1: ...TPC 1261H GX3 LX800 Touch Panel Computer with 12 1 SVGA TFT LCD User Manual...
Страница 17: ...7 Chapter1 Figure 1 3 Dimensions...
Страница 18: ...TPC 1261H User Manual 8...
Страница 19: ...2 CHAPTER 2 System Setup This chapter provides a brief explana tion for operating TPC 1261H...
Страница 23: ...2 CHAPTER 3 System Engine...
Страница 25: ...15 Chapter3 Figure 3 1 Main Board Connectors 1 Figure 3 2 Main Board Connectors 2...
Страница 26: ...TPC 1261H User Manual 16...
Страница 30: ...TPC 1261H User Manual 20 Figure 4 4 Update Wizard 2 Figure 4 5 Update Wizard 3...
Страница 31: ...21 Chapter4 Figure 4 6 Update Wizard 4 Figure 4 7 Update Wizard 5...
Страница 38: ...TPC 1261H User Manual 28 Figure 4 19 PCI Serial port Device Manager Figure 4 20 Update Driver 1...
Страница 41: ...31 Chapter4 Figure 4 25 PCI Serial Port Installation 2 Figure 4 26 PCI Serial Port Installation 3...
Страница 42: ...TPC 1261H User Manual 32 Figure 4 27 PCI Serial Port Installation 4 Figure 4 28 PCI Serial Port Installation 5...
Страница 43: ...33 Chapter4 Figure 4 29 PCI Serial Port Installation 6 Figure 4 30 PCI Serial Port Installation 7...
Страница 47: ...2 CHAPTER 5 Features in Windows XP Embedded Sections include EWF HORM Advantech Utilities...
Страница 51: ...41 Chapter5...
Страница 52: ...TPC 1261H User Manual 42...
Страница 53: ...2 APPENDIX A Serial Port Settings...
Страница 57: ...2 APPENDIX B Watchdog Timer Programming...
Страница 67: ...2 APPENDIX C Watchdog Timer Programming on WinCE...
Страница 74: ...TPC 1261H User Manual 64...
Страница 79: ...2 APPENDIX E HDD Kit Assembly...
Страница 81: ...71 AppendixE Figure E 2 Required Parts...
Страница 95: ...85 AppendixF Figure F 3 Install Wizard 2 Figure F 4 Install Wizard 3...
Страница 98: ...TPC 1261H User Manual 88 Figure F 8 Standard Calibration 2 Figure F 9 Standard Calibration 3...
Страница 100: ...TPC 1261H User Manual 90 Figure F 11 Advanced Calibration 2 Figure F 12 Plot Calibration Data...
Страница 103: ...93 AppendixF Figure F 15 Option...
Страница 104: ...TPC 1261H User Manual 94...
Страница 105: ...2 APPENDIX G Fuse Specifications...