Ioctl (Windows Embedded CE 6.0)

1/5/2010

This function is an entry point for much of the functionality provided by the extension functions for the kernel debugger.

Syntax

ULONG Ioctl(
  USHORT IoctlType,
  PVOID lpvData,
  ULONG cbSizeOfContext
);

Parameters

  • IoctlType
    [in] Type of Ioctl function call.
  • lpvData
    [in] Pointer to the address of a specific structure of a type specified by the IoctlType parameter.
  • cbSizeOfContext
    [in] Size of the structure that the lpvData parameter points to.

Return Value

The return values for this function vary depending on the type specified by the IoctlType parameter.

Requirements

Header wdbgexts_ce.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

Debugger Extension Functions