AutoDialCleanupModule (Windows Embedded CE 6.0)
1/6/2010
This function frees global resources that are associated with auto dial. After calling this function, you must call AutoDialInitializeModule again before you can use auto dial.
Syntax
DWORD AutoDialCleanupModule(void);
Parameters
None.
Return Value
This function returns a value of ERROR_SUCCESS, whether or not an error occurs.
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 |