About STATUS_NO_MEMORY (0xC0000017) abnormal

Brief introduction

STATUS_NO_MEMORY, is 0xC0000017. Meaning stands for "not enough virtual memory or paging file quota to complete the specified operation.". Ntstatus.h it is defined in the header file, as follows:

/
// MessageId: STATUS_NO_MEMORY
//
// MessageText:
//
// {Not Enough Quota}
// Not enough virtual memory or paging file quota is available to complete the specified operation.
//
#define STATUS_NO_MEMORY                 ((NTSTATUS)0xC0000017L)    // winnt

 

Abnormal structure filled

ExceptionAddress: 7706a44c (! Ntdll RtlpAllocateHeapRaiseException + 0x0000003B)
ExceptionCode: c0000017
ExceptionFlags: 00000000
NumberParameters: 1
the Parameter [0]: 00000010 meaning // This value represents the time being did not understand the whole, hope to know my colleagues told

 

Guess you like

Origin www.cnblogs.com/yilang/p/12509232.html