Windows2003-3790/shell/ext/hnw/shared/defconn.h
2020-09-30 16:53:55 +02:00

17 lines
356 B
C

//
// 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