SymEnumSymbolsProc typedef

SymEnumSymbolsProc = Int32 Function(Pointer<SYMBOL_INFO> pSymInfo, Uint32 SymbolSize, Pointer<NativeType> UserContext)

Application-defined callback function used with the SymEnumSymbols, SymEnumTypes, and SymEnumTypesByName functions.

Implementation

typedef SymEnumSymbolsProc = Int32 Function(
    Pointer<SYMBOL_INFO> pSymInfo, Uint32 SymbolSize, Pointer UserContext);