Share via


AutoDialInitializeModule

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function initializes global variables for Auto dial. This function must be called before any other Auto dial routines are called.

Syntax

DWORD AutoDialInitializeModule(void);

Parameters

None.

Return Value

If no error occurs, this function returns a value of ERROR_SUCCESS.

If an error occurs, this function returns a value of ERROR_RASAUTO_CANNOT_INITIALIZE.

Remarks

You must synchronize calls to AutoDialInitializeModule and AutoDialCleanupModule so that the function calls do not overlap.

Requirements

Header autodial.h
Library Autodial.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

ICS Functions