75
This function sends a control code directly to a specified device driver, causing the
corresponding device to perform the specified operation.
BOOL
DeviceIoControl(
HANDLE
hDevice
,
DWORD
dwIoControlCode
,
LPVOID
lpInBuffer
,
DWORD
nInBufferSize
,
LPVOID
lpOutBuffer
,
DWORD
nOutBufferSize
,
LPDWORD
lpBytesReturned
,
LPOVERLAPPED
lpOverlapped
)
;
- Parameters
hDevice
[in] Handle to the device that is to perform the operation. Call the Create- File 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 dwIo- ControlCode 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 the 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.
Содержание SPC-57
Страница 1: ...SPC 57 5 7 STN LCD Smart Panel Computer with IntelR XscaleR CPU and Windows R CE NET Users Manual...
Страница 6: ...disclaims all responsibility for the accuracy of any statements contained herein...
Страница 15: ...1 7 Mounting...
Страница 16: ......
Страница 17: ...1 8 Dimension and cutout...
Страница 18: ...CHAPTER 2 Getting Start This chapter provides brief instructions for operating the SPC 57...
Страница 20: ...Vcc GND 4 Plug the male power connector into female power connector in SPC...
Страница 21: ......
Страница 28: ......
Страница 29: ......
Страница 30: ...Figure 3 1 The PCM 7230 for SPC 57 Block Diagram...
Страница 70: ...70 Step 2 Accept License Agreement and go next Figure 4 19 Step 3 Key in your information and go next...
Страница 72: ...72 Figure 4 22 Step 5 Tap Install button to install SDK Figure 4 23...
Страница 73: ...73 Install SDK Figure 4 24 Step6 Finish installing...
Страница 85: ...85...