ImportSymbols Event

List of imported symbols and the respective modules where they are declared.

Syntax

ANSI (Cross Platform)
virtual int FireImportSymbols(MibBrowserImportSymbolsEventParams *e);
typedef struct {
const char *Symbols;
const char *ModuleName; int reserved; } MibBrowserImportSymbolsEventParams; Unicode (Windows) virtual INT FireImportSymbols(MibBrowserImportSymbolsEventParams *e);
typedef struct {
LPCWSTR Symbols;
LPCWSTR ModuleName; INT reserved; } MibBrowserImportSymbolsEventParams;
- (void)onImportSymbols:(NSString*)symbols :(NSString*)moduleName;
#define EID_MIBBROWSER_IMPORTSYMBOLS 2

virtual INT IPWORKSSNMP_CALL FireImportSymbols(LPSTR &lpszSymbols, LPSTR &lpszModuleName);

Remarks

The Symbols parameter is a comma separated list of all symbols that must be imported from ModuleName.

The module is loaded through the LoadMib method.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 C++ Edition - Version 20.0 [Build 8202]