This is work in progress.

Windows / Headers / ntstatus.h / STATUS_GRAPHICS_INVALID_POINTER

STATUS_GRAPHICS_INVALID_POINTER

Code: 0xc01e05e4 (0)

HRESULT Facility: Unknown (30)

NTSTATUS Facility: FACILITY_GRAPHICS_KERNEL (30)

Abstract

The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, it points to an invalid address, it points to a kernel mode address or it is not correctly aligned.

Associated Modules

ModuleCodeDescription
ntdll.dll0xc01e05e4The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, it points to an invalid address, it points to a kernel mode address or it is not correctly aligned.
1 entry