Windows / Code / 0xc01e05e4
0xc01e05e4
HRESULT Facility: Unknown (30)
NTSTATUS Facility: FACILITY_GRAPHICS_KERNEL (30)
Associated Modules
Module | Description |
---|---|
ntdll.dll | 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. |
1 entry |
Associated Headers
Header | Symbolic | Description |
---|---|---|
ntstatus.h | STATUS_GRAPHICS_INVALID_POINTER | 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. |
1 entry |