Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Windows Embedded CE supports the CIFS redirector for accessing remote file systems and remote printers. The CIFS Protocol is also referred to as the SMB protocol. The redirector's purpose is twofold: to reestablish a disrupted connection and to handle remote file system requests by packaging them and sending them to the target host for processing. The target host returns results to the computer making the request.

The Windows Embedded CE redirector supports connections to Windows–based desktop operating systems or servers compliant with the Windows NT LM 0.12 dialect of the CIFS specification. Applications access network drives either by way of WNet or a standard file system API with UNC paths.

To use the WNet functions under Windows Embedded CE, the redirector DLL, known as Redir.dll, and the NetBIOS DLL, known as Netbios.dll, must be installed in the Windows directory. If these DLLs are not installed, WNet functions return ERROR_NO_NETWORK.

Note:
The NetBIOS DLL contains only what is necessary to support the CIFS redirector. Windows Embedded CE does not support the NetBIOS interface for use by other applications.

The following topics contain more information about accessing networks:

See Also