IOCTL_SET_KERNEL_COMM_DEV (Windows Embedded CE 6.0)
1/5/2010
This IOCTL supports a call to SetKernelCommDev. A request to call SetKernelCommDev is made by calling the OEMIoControl function with IOCTL_SET_KERNEL_COMM_DEV.
This IOCTL is no longer supported as of Windows CE .NET 4.0 and later.
Parameters
dwIoControlCode
[in] Set to IOCTL_SET_KERNEL_COMM_DEV.Supports a call to SetKernelCommDev.
- lpInBuf
[in] Not used; set to NULL.
- nInBufsize
[in] Contains the KERNEL_SVC flag, for example, KERNEL_SVC_PPSH.
- lpOutBuf
[in] Not used; set to NULL.
- nOutBufSize
[in] Contains the kernel COMM flag, for example, KERNEL_COMM_ETHER.
- lpBytesReturned
[in] Not used; can be set to NULL.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
Header | pkfuncs.h |
Windows Embedded CE | Windows CE 3.0 and later |