Share via


Accessing Remote File Systems (Windows CE 5.0)

Send Feedback

Windows 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 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 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 CE does not support the NetBIOS interface for use by other applications.

The following topics contain more information about accessing networks:

See Also

Windows Networking API/Redirector Application Development | Windows Networking API/Redirector Security

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.