AutoDialInitializeModule (Windows Embedded CE 6.0)
1/6/2010
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 |