Function(功能2-13 位), Method(I/O访问内存使用方式), Access(访问限制,14-15位)。 这个宏创建一个独特的系统I/O(输入输出)控制代码(IOCTL)。 #define xxx_xxx_xxx CTL_CODE(DeviceType, Function, Method, Access) ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Met...
d4drvif.h CTL_CODE 宏定义了 DOT4 虚拟打印机端口协议的 IOCTL,使多功能打印设备能够在单个物理通道上同时发送和接收数据包。 语法 C++ 复制 void CTL_CODE( DeviceType, Function, Method, Access ); 参数 DeviceType 包含FILE_DEVICE_DOT4 的值(0x3a)。 Function 包含IOCTL 函数值(IOCTL_DOT4_USER_BASE...
CTL_CODE:用于创建一个唯一的32位系统I/O控制代码,这个控制代码包括4部分组成:DeviceType(设备类型,高16位(16-31位)),Access(访问限制,14-15位),Function(功能2-13 位),Method(I/O访问内存使用方式)。 This macro creates a unique system I/O control code (IOCTL). #define CTL_CODE(DeviceType, Funct...
FILE_DEVICE_SERVICE Function Defines an action within the device category. That function codes 0-2047 are reserved for Microsoft, and 2048-4095 are reserved for OEMs and IHVs. The function code can be no larger then 4095. Method Defines the method codes for how buffers are passed for I/O ...
CTL_CODE:用于创建一个唯一的32位系统I/O控制代码,这个控制代码包括4部分组成:DeviceType(设备类型,高16位(16-31位)),Access(访问限制,14-15位),Function(功能2-13位),Method(I/O访问内存使用方式)。
CTL_CODE:用于创建一个唯一的32位系统I/O控制代码,这个控制代码包括4部分组成:DeviceType(设备类型,高16位(16-31位)),Access(访问限制,14-15位),Function(功能2-13 位),Method(I/O访问内存使用方式)。 This macro creates a unique system I/O control code (IOCTL). ...
Parameters(参数) hDevice(CreateFile返回的设备句柄) [in]Handletothedevicethatistoperformtheoperation.Toobtainadevicehandle,calltheCreateFilefunction. dwIoControlCode(应用程序调用驱动程序的控制命令,就是IOCTL_XXXIOCTLs) [in]IOCTLfortheoperation.Thisvalueidentifiesthespecificoperationtoperformandthetypeof...
IoGetFunctionCodeFromCtlCode宏返回 I/O 控制代码中包含的函数代码的值。 语法 C++ voidIoGetFunctionCodeFromCtlCode( [in] ControlCode ); 参数 [in] ControlCode IOCTL_XXX(或FSCTL_XXX) 值,该值可从Parameters.DeviceIoControl.IoControlCode上的 IRP 的驱动程序 I/O 堆栈位置获取。
DWORD GuardCFDispatchFunctionPointer; DWORD GuardCFFunctionTable; DWORD GuardCFFunctionCount; DWORD GuardFlags; IMAGE_LOAD_CONFIG_CODE_INTEGRITY CodeIntegrity; DWORD GuardAddressTakenIatEntryTable; DWORD GuardAddressTakenIatEntryCount; DWORD GuardLongJumpTargetTable; DWORD GuardLongJumpTargetCount; DWORD Dynami...
_BitTestAndComplement64 function _BitTestAndReset64 function _BitTestAndSet64 function _ReadWriteBarrier function ACPI_INTERFACE_STANDARD2 structure ALLOCATE_FUNCTION_EX callback function AppendTailList function ARM64_SYSREG_CRM macro ARM64_SYSREG_CRN macro ARM64_SYSREG_OP1 macro ARM64_SYSREG_OP2...