關於STATUS_NO_MEMORY(0xC0000017)異常


簡介

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//這個值暫時沒整明白代表的意思,望知道的同仁告知

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM