hresult · hresult/E_POINTER
E_POINTER
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.
A pointer argument is NULL or otherwise invalid. Returned when a method receives a pointer parameter that must be non-NULL but is not.