错误检查 0x10D:WDF_VIOLATION 错误检查 0x10E:VIDEO_MEMORY_MANAGEMENT_INTERNAL 错误检查 0x10F:RESOURCE_MANAGER_EXCEPTION_NOT_HANDLED 错误检查 0x111:RECURSIVE_NMI 错误检查 0x112:MSRPC_STATE_VIOLATION 错误检查 0x113:VIDEO_DXGKRNL_FATAL_ERROR 错误检查 0x114:VIDEO_SHADOW_DRIVER_FATAL_ERROR 错误检查 0x...
错误检查 0x10D:WDF_VIOLATION 错误检查 0x10E:VIDEO_MEMORY_MANAGEMENT_INTERNAL 错误检查 0x10F:RESOURCE_MANAGER_EXCEPTION_NOT_HANDLED 错误检查 0x111:RECURSIVE_NMI 错误检查 0x112:MSRPC_STATE_VIOLATION 错误检查 0x113:VIDEO_DXGKRNL_FATAL_ERROR
//Declaration *PFN_TRSECUREDEVICECOMPLETEASYNCREQUEST *PfnTrsecuredevicecompleteasyncrequest; // Definition NTSTATUS *PfnTrsecuredevicecompleteasyncrequest ( WDFOBJECT BindContext PVOID RequestHandle NTSTATUS Result ULONG_PTR BytesWritten ) {...} 参数...
go over your code and make sure that you are properly handling your MDLs . Remember that even if you do not create or destroy any MDLs directly, you play a part in the creation and destruction of them if you handle IRPs whose buffers are described with DIRECT_IO. Driver Verifier...
PFN_SHARE_COUNT錯誤檢查的值為 0x0000001B。 它表示記憶體管理頁面框架編號 (PFN) 資料庫元素具有損毀的共享計數。
//Declaration*PFN_TRSECUREDEVICELOGMESSAGE *PfnTrsecuredevicelogmessage;// DefinitionNTSTATUS *PfnTrsecuredevicelogmessage( WDFOBJECT BindContext WDFDEVICE Device ULONG Severity PCSTR Message va_list Arguments ){...} Parameters BindContext Device
对WDFDEVICE_INIT 的引用。 pFdoAttributes 对WDF_OBJECT_ATTRIBUTES 的引用。 Flags 传感器驱动程序的标志。 保留设置为 0。 返回值 成功完成后,此函数返回STATUS_SUCCESS。 如果提供了无效参数或此函数失败,则返回STATUS_INVALID_PARAMETER。 此函数还可以返回其他 NTSTATUS 值。
//Declaration*PFN_TRSECUREDEVICELOGMESSAGE *PfnTrsecuredevicelogmessage;// DefinitionNTSTATUS *PfnTrsecuredevicelogmessage( WDFOBJECT BindContext WDFDEVICE Device ULONG Severity PCSTR Message va_list Arguments ){...} 参数 BindContext Device Severity ...
//Declaration PFN_TRSECUREDEVICEHANDOFFSERVICEDEVICECONTROL PfnTrsecuredevicehandoffservicedevicecontrol; // Definition WDFAPI PfnTrsecuredevicehandoffservicedevicecontrol ( WDFOBJECT BindContextObject PWDFDEVICE_INIT DeviceInit LPGUID ServiceGuid PTR_SECURE_SERVICE_CALLBACKS Ca...
傳回與 WDFDEVICE 相關聯的感測器實例清單。 語法 C++ 複製 PFN_SENSORSCXDEVICEGETSENSORLIST PfnSensorscxdevicegetsensorlist; NTSTATUS * PfnSensorscxdevicegetsensorlist( PSENSORSCX_DRIVER_GLOBALS DriverGlobals, WDFDEVICE FxDevice, SENSOROBJECT *pSensorList, PULONG pListCount ) {...} ...