Go to the source code of this file.
|
enum | BasicType {
btNoType = 0
, btVoid = 1
, btChar = 2
, btWChar = 3
,
btInt = 6
, btUInt = 7
, btFloat = 8
, btBCD = 9
,
btBool = 10
, btLong = 13
, btULong = 14
, btCurrency = 25
,
btDate = 26
, btVariant = 27
, btComplex = 28
, btBit = 29
,
btBSTR = 30
, btHresult = 31
} |
|
enum | DataKind {
DataIsUnknown
, DataIsLocal
, DataIsStaticLocal
, DataIsParam
,
DataIsObjectPtr
, DataIsFileStatic
, DataIsGlobal
, DataIsMember
,
DataIsStaticMember
, DataIsConstant
} |
|
◆ __deref_opt_out
◆ __deref_out
◆ __in
◆ __in_bcount
◆ __in_ecount
◆ __in_opt
◆ __inout
◆ __inout_bcount
#define __inout_bcount |
( |
|
s | ) |
|
◆ __inout_ecount
#define __inout_ecount |
( |
|
s | ) |
|
◆ __inout_opt
◆ __out
◆ __out_bcount
#define __out_bcount |
( |
|
s | ) |
|
◆ __out_ecount
#define __out_ecount |
( |
|
s | ) |
|
◆ __out_opt
◆ __out_xcount
#define __out_xcount |
( |
|
s | ) |
|
◆ __specstrings
◆ _NO_CVCONST_H
◆ FUNC
#define FUNC |
( |
|
ret, |
|
|
|
name, |
|
|
|
params |
|
) |
| EXTERN_C ret (__stdcall *p##name) params; |
◆ BasicType
Enumerator |
---|
btNoType | |
btVoid | |
btChar | |
btWChar | |
btInt | |
btUInt | |
btFloat | |
btBCD | |
btBool | |
btLong | |
btULong | |
btCurrency | |
btDate | |
btVariant | |
btComplex | |
btBit | |
btBSTR | |
btHresult | |
◆ DataKind
Enumerator |
---|
DataIsUnknown | |
DataIsLocal | |
DataIsStaticLocal | |
DataIsParam | |
DataIsObjectPtr | |
DataIsFileStatic | |
DataIsGlobal | |
DataIsMember | |
DataIsStaticMember | |
DataIsConstant | |
◆ dbghelp_ImportFunctions()
void dbghelp_ImportFunctions |
( |
| ) |
|