ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <provexce.h>
Public Types | |
enum | HEAP_ERROR { E_ALLOCATION_ERROR = 0 , E_FREE_ERROR } |
Public Member Functions | |
CHeap_Exception (HEAP_ERROR e) | |
~CHeap_Exception () | |
HEAP_ERROR | GetError () |
Private Attributes | |
HEAP_ERROR | m_Error |
Definition at line 6 of file provexce.h.
Enumerator | |
---|---|
E_ALLOCATION_ERROR | |
E_FREE_ERROR |
Definition at line 9 of file provexce.h.
|
inline |
Definition at line 15 of file provexce.h.
|
inline |
Definition at line 16 of file provexce.h.
|
inline |
Definition at line 18 of file provexce.h.
|
private |
Definition at line 20 of file provexce.h.
Referenced by GetError().