Share via


IOCTL_SET_KERNEL_COMM_DEV

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

See Also

Reference

OEMIoControl

Other Resources

SetKernelCommDev