nv-l

[nv-l] Display created objects with the API

2005-03-07 12:47:17
Subject: [nv-l] Display created objects with the API
From: Fernando Mari <fernando.mari AT edev-cpl DOT fr>
To: nv-l AT lists.us.ibm DOT com
Date: Mon, 07 Mar 2005 18:46:12 +0100
Hi,

I use Netview 7.1.3 Windows 2000 server

I use the following code to create an object and it symbol, but when I open the netview
console is not displayed! any clue?

obj_id = OVwDbCreateObjectByHostname("10.1.50.1");
map = OVwGetMapInfo();
symid = OVwCreateSymbol( map, map->root_submap_id, object_id, ovwSWorkstationComputer, "test", ovwUnknownStatus,ovwSymbolStatusSource, NULL, ovwNoSymbolFlags );
thanks,

Fernando