errors.fyi community error code reference
E_POINTER
hresult

Invalid pointer

A pointer argument is NULL or otherwise invalid. Returned when a method receives a pointer parameter that must be non-NULL but is not.

Numeric value: 2147500035

References

โ† all namespaces for E_POINTER