windows-nt/Source/XPSP1/NT/shell/ext/hnw/shared/defconn.h

17 lines
340 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// DefConn.h
//
#ifdef __cplusplus
extern "C" {
#endif
void WINAPI EnableAutodial(BOOL bAutodial, LPCWSTR szConnection = NULL);
BOOL WINAPI IsAutodialEnabled();
void WINAPI SetDefaultDialupConnection(LPCWSTR pszConnectionName);
void WINAPI GetDefaultDialupConnection(LPWSTR pszConnectionName, int cchMax);
#ifdef __cplusplus
}
#endif