簡介
STATUS_NO_MEMORY,值為0xC0000017。代表的意思是"沒有足夠的虛擬內存或分頁文件配額來完成指定的操作。"。它定義在 ntstatus.h頭文件里,如下:
/
// 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
異常結構填充
ExceptionAddress: 7706a44c (ntdll!RtlpAllocateHeapRaiseException+0x0000003b)
ExceptionCode: c0000017
ExceptionFlags: 00000000
NumberParameters: 1
Parameter[0]: 00000010//這個值暫時沒整明白代表的意思,望知道的同仁告知