Site icon EfmSoft

What does NTSTATUS 0xC0000297 (STATUS_WMI_ITEMID_NOT_FOUND) mean?

 
Previous Next
STATUS_WMI_INSTANCE_NOT_FOUND STATUS_WMI_TRY_AGAIN

STATUS_WMI_ITEMID_NOT_FOUND

The WMI data-item ID is not valid for this block

WMI can change an entire instance or address an individual item within a data block. In the latter case the request carries a data-item identifier. This status means the provider recognized the data block and request shape but did not recognize that item ID for the selected GUID.

The useful comparison is against the provider's MOF-derived layout and implementation of IRP_MN_CHANGE_SINGLE_ITEM. An ID from another version of the provider or another block is not interchangeable merely because the payload type appears compatible.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version