MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ~MibExtLoad

Method ~MibExtLoad

sourcecommon/MibAccess.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41MibExtLoad::~MibExtLoad()
42{
43 if (m_hInst)
44 FreeLibrary( m_hInst );
45 m_hInst = NULL;
46}
47
48BOOL MibExtLoad::Init(DWORD dwTimeZeroReference,HANDLE *hPollForTrapEvent,AsnObjectIdentifier *supportedView)
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected