void snmpdViewEntryRemove ( OIDC_T * pTreeOid, /* oid of view subtree to remove */ int treeOidLen, /* length of view subtree oid */ UINT_16_T index /* index of entry */ )
This routine removes an entry from the view table and deallocates the associated resources. The entry should have been previously created with snmpdViewEntrySet( ).
N/A
snmpdLib, snmpdViewEntrySet( )