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 #include <kApi/Utils/kSymbolInfo.x.h>
15 
22 //typedef kObject kSymbolInfo; --forward-declared in kApiDef.x.h
23 
34 kFx(kStatus) kSymbolInfo_DescribeFunction(kPointer function, kString* description);
35 
36 #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.