Share via


Ioctl

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

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

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