@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Contains information about a network resource. !!!!C# Definition: class NETRESOURCE { public int dwScope; public int dwType; public int dwDisplayType; public int dwUsage; public string LocalName; public string RemoteName; public string Comment; public string Provider; } !!!!Notes: This is defined as a class rather than a structure, so it's only appropriate for passing (by-value) when a pointer to a structure is needed. Documentation: NETRESOURCE@msdn on MSDN
Edit Structures.NETRES...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.