Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSymbolInfo.h
Go to the documentation of this file.
1 
10 #ifndef K_API_SYMBOL_TABLE_H
11 #define K_API_SYMBOL_TABLE_H
12 
13 #include <kApi/kApiDef.h>
14 
15 kBeginHeader()
16 
17 
23 //typedef kObject kSymbolInfo; --forward-declared in kApiDef.x.h
24 
25 
35 kFx(kStatus) kSymbolInfo_DescribeFunction(kPointer function, kString* description);
36 
37 kEndHeader()
38 
39 #include <kApi/Utils/kSymbolInfo.x.h>
40 
41 #endif
Represents a void pointer.
kStatus kSymbolInfo_DescribeFunction(kPointer function, kString *description)
Describes the function at the specified address.
Core Zen type declarations.
Represents a character string.
Represents an error code.