| Previous | Next |
| STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS | STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR |
STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST
The OPM information request is invalid
STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST is a Windows NTSTATUS value from the graphics/display facility. In this group, the status is tied to protected video output, OPM/COPP compatibility, PVP certificate validation, output-protection hardware, or the monitor configuration path.
Retrieving information about a protected output uses a parameter structure that identifies the requested item and carries protocol metadata. This status means the request itself is not valid for the protected output or for the semantics under which the handle was created.
The most common diagnostic mistake is to look only at the final protection level. Instead, validate the OPM request envelope: information GUID, input buffer length, sequence number, MAC/protocol fields, and whether the request is OPM-native or COPP-compatible.
What to check
- Dump the OPM request GUID, input buffer length, sequence number, and output buffer size.
- Check whether the query is legal for the current protected-output semantics.
- Reinitialize the OPM session if sequence or protocol state has become unsynchronized.
References
- Microsoft: Retrieving information about a protected output
- Microsoft: Using Output Protection Manager
- Microsoft: Supporting Output Protection Manager
- Microsoft: MS-ERREF NTSTATUS values
Looking for a different code? Search another status or error code.
