Windows Networking API/Redirector Samples (Windows Embedded CE 6.0)
1/6/2010
There are no samples available for Windows Networking API/Redirector.
The following table shows Windows Networking API/Redirector code examples; these are not complete samples.
Code example description | Topic |
---|---|
A sample function, ErrorHandler, for application-defined error handling. |
|
Shows how to identify available network resources. |
|
Shows how to enumerate a shared directory on a server. |
|
Shows how to enumerate servers in a domain. |
|
Shows how an application-defined function, EnumerateFunc, enumerates all the resources in a subdirectory on a network. |
|
Shows how WNetAddConnection3 is used to establish a connection with a network resource described by a NETRESOURCE structure. |
|
Shows how WNetConnectionDialog1 is called to create a dialog box that displays all disk resources on a network. |
|
Shows how WNetGetConnection retrieves the network name of a local device called MyDevice. |
|
Shows how WNetGetUser function retrieves a user name based on a device name called MyDevice |
|
Shows how WNetCancelConnection2 is used to disconnect from a network resource called MyDevice. |