winapi - Information about Container Resource -


i'm writing code enumerate devices in network using wnetopenenum function , wnetenumresource , msdn documentation in link http://msdn.microsoft.com/en-us/library/windows/desktop/aa385478(v=vs.85).aspx mentions terminology container resource .i have googled , didn't information on same , please let me know container resource means .

like said on manual page linked:

the wnetopenenum function used begin enumeration of resources in single container. following examples show hierarchical structure of microsoft lan manager network , novell netware network , identify containers.

lanman (container, in case provider)    accounting (container, in case domain)      \\acctspay (container, in case server)        payfiles (disk)        laserjet (print)  

here containers lanman, accounting , \\acctspay.

netware (container, in case provider)    marketing (container, in case server)      sys (disk, first 1 on netware server)      anothervolume (disk)      laserjet (print)  

here netware , marketing containers.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -