指向调用方分配的WDF_OBJECT_ATTRIBUTES结构的指针,该结构包含新对象的属性。 (结构的ParentObject成员必须为NULL.) 此参数是可选的,可以WDF_NO_OBJECT_ATTRIBUTES。 [out] Device 指向接收新框架设备对象的句柄的位置的指针。 返回值 如果WdfDeviceCreate方法未遇到任何错误,则返回STATUS_SUCCESS。 其他返回值包括: ...
ドライバーは、EVT_WDF_DRIVER_DEVICE_ADDから、またはデバイスの起動後にWdfDeviceCreateDeviceInterfaceを呼び出すことができます。 ドライバーは、そのEVT_WDF_DRIVER_DEVICE_ADDコールバック関数からこの関数を呼び出す場合、デバイスが起動し、デバイスが停止したときに無効にすると、イ...
wdfdevicecreate网络程序调用对象创建方法 网络释义 1. 程序调用对象创建方法 只要驱动程序调用对象创建方法(例如 WdfDeviceCreate),方法就选择性地分配上下文空间。所有对象创建方法接受一个可 …msdn.microsoft.com|基于2个网页© 2024 Microsoft 隐私声明和 Cookie 法律声明 广告 帮助 反馈...
If theWdfDeviceCreatemethod encounters no errors, it returns STATUS_SUCCESS. Additional return values include: Return codeDescription STATUS_INVALID_PARAMETERAn invalidDeviceorDeviceInithandle is supplied. STATUS_INVALID_DEVICE_STATEThe driver has already created a device object for the device. ...
A call toWdfDeviceCreatecreates a framework device object that represents either a functional device object (FDO) or a physical device object (PDO). The type of device object that the function creates depends on how the driver obtained the WDFDEVICE_INIT structure: ...
IWDFDeviceInitialize interface IWDFDeviceInitialize2 interface IWDFDriver interface IWDFDriverCreatedFile interface IWDFFile interface IWDFFile2 interface IWDFFile3 interface IWDFFileHandleTargetFactory interface IWDFInterrupt interface IWDFIoQueue interface ...
KERN_INFO是printk的打印级别,其实只是一个字符串(如<1>)。操作系统的命令行中也会有一个打印级别的...
TheWDF_USB_DEVICE_CREATE_CONFIG_INITfunction zeros the specifiedWDF_USB_DEVICE_CREATE_CONFIGstructure and sets theSizemember to the size of the structure. It also sets the structure'sUSBDClientContractVersionmember to the specified value.
WDF_USB_CONTROL_SETUP_PACKET_INIT_GET_STATUS function WDF_USB_CONTROL_SETUP_PACKET_INIT_VENDOR function WDF_USB_DEVICE_CREATE_CONFIG structure WDF_USB_DEVICE_CREATE_CONFIG_INIT function WDF_USB_DEVICE_INFORMATION structure WDF_USB_DEVICE_INFORMATION_INIT function WDF_USB_DEVICE_SELECT_CONFIG_PARAMS ...
The WdfUsbTargetDeviceCreate method creates a framework USB device object for a specified framework device object and opens the USB device for I/O operations.