PSYM_ENUMERATESYMBOLS_CALLBACK typedef

PSYM_ENUMERATESYMBOLS_CALLBACK = 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 PSYM_ENUMERATESYMBOLS_CALLBACK = Int32 Function(
    Pointer<SYMBOL_INFO> pSymInfo, Uint32 SymbolSize, Pointer UserContext);