ReactOS 0.4.15-dev-7934-g1dc8d80
provexce.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef _PROVIDER_EXCEPT_H
4#define _PROVIDER_EXCEPT_H
5
7{
8public:
10 {
13 };
14
17
19private:
21};
22
23#endif
HEAP_ERROR GetError()
Definition: provexce.h:18
CHeap_Exception(HEAP_ERROR e)
Definition: provexce.h:15
@ E_ALLOCATION_ERROR
Definition: provexce.h:11
HEAP_ERROR m_Error
Definition: provexce.h:20
#define e
Definition: ke_i.h:82