PSYM_ENUMERATESYMBOLS_CALLBACK typedef callback

PSYM_ENUMERATESYMBOLS_CALLBACK = Int32 Function(Pointer<SYMBOL_INFO> pSymInfo, Uint32 symbolSize, Pointer<NativeType> userContext)

Used with the SymEnumSymbols, SymEnumTypes, and SymEnumTypesByName functions.

To learn more, see learn.microsoft.com/windows/win32/api/dbghelp/nc-dbghelp-psym_enumeratesymbols_callbackw.

Implementation

typedef PSYM_ENUMERATESYMBOLS_CALLBACK =
    Int32 Function(
      Pointer<SYMBOL_INFO> pSymInfo,
      Uint32 symbolSize,
      Pointer userContext,
    );