IOCTL_SET_KERNEL_COMM_DEV (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE 3.0 and later.
Header: Pkfuncs.h.

See Also

OEMIoControl | SetKernelCommDev

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.