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

Method InitEx

sourcecommon/MibAccess.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 return FALSE;
53}
54BOOL MibExtLoad::InitEx(AsnObjectIdentifier *supportedView)
55{
56 if(m_hInst && m_InitEx)
57 return m_InitEx(supportedView);
58
59 return FALSE;
60}
61
62BOOL MibExtLoad::Query(BYTE requestType,OUT RFC1157VarBindList *variableBindings,
63 AsnInteger *errorStatus,AsnInteger *errorIndex)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected