Site icon EfmSoft

What does HRESULT 0x80290103 (TPMAPI_E_INVALID_OUTPUT_POINTER) mean?

 
Previous Next
TPMAPI_E_TOO_MUCH_DATA TPMAPI_E_INVALID_PARAMETER

TPMAPI_E_INVALID_OUTPUT_POINTER

TPMAPI_E_INVALID_OUTPUT_POINTER is a Windows TPM API result. It indicates that the caller supplied an invalid location for an API result, size, or returned object.

What to check for TPMAPI_E_INVALID_OUTPUT_POINTER

Microsoft documentation for TPMAPI error codes

Diagnostic interpretation

This result has the HRESULT value 0x80290103. AllStat records the condition as “One or more output parameters was NULL or invalid.”.

Evidence to capture

Retry and recovery

Avoid an immediate retry loop after TPMAPI_E_INVALID_OUTPUT_POINTER. First establish what state must change, make that narrow correction, and then repeat the same operation with the same diagnostics enabled.


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

Exit mobile version