MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Init

Method Init

sourcecommon/MibAccess.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48BOOL MibExtLoad::Init(DWORD dwTimeZeroReference,HANDLE *hPollForTrapEvent,AsnObjectIdentifier *supportedView)
49{
50 if(m_hInst && m_Init)
51 return m_Init(dwTimeZeroReference,hPollForTrapEvent,supportedView);
52 return FALSE;
53}
54BOOL MibExtLoad::InitEx(AsnObjectIdentifier *supportedView)
55{
56 if(m_hInst && m_InitEx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected