Large-scale renaming of all Win32 functions and types to use the
[wine/hacks.git] / include / ras.h
blobc988984bc941c99339ff084d51ac4ca5668be437
1 #ifndef __WINE_RAS_H
2 #define __WINE_RAS_H
4 #include "wintypes.h"
6 #define RAS_MaxEntryName 256
8 typedef struct tagRASCONNA {
9 DWORD dwSize;
10 HRASCONN hRasConn;
11 CHAR szEntryName[RAS_MaxEntryName+1];
12 } RASCONNA,*LPRASCONNA;
14 DWORD WINAPI RasEnumConnectionsA( LPRASCONNA rc, LPDWORD x, LPDWORD y);
15 #endif