Ignore:
Timestamp:
Feb 21, 2000, 11:31:23 AM (26 years ago)
Author:
sandervl
Message:

ras header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/ras.h

    r746 r2840  
    270270#define LPRASPROJECTION RASPROJECTION*
    271271
    272 
    273272/* Describes the result of a RAS AMB (Authentication Message Block)
    274273** projection.  This protocol is used with NT 3.1 and OS/2 1.3 downlevel
     
    913912#define RASADP_FailedConnectionTimeout          3
    914913#define RASADP_ConnectionQueryTimeout           4
     914
     915
    915916
    916917
     
    11331134#include <poppack.h>
    11341135
     1136/* typedefs
     1137*/
     1138
     1139typedef struct  {
     1140  DWORD dwSize;
     1141  RASPROJECTION RasProjection;
     1142// FIXME  union ProjInfo;
     1143} PROJECTION_INFO, *LPPROJECTION_INFO;
     1144
     1145typedef struct {
     1146 DWORD dwSize;
     1147 DWORD dwResult;
     1148 UINT idMsg;
     1149 BOOL fUnload;
     1150 HANDLE hThread;
     1151} COMPLETE_INFO, *LPCOMPLETE_INFO;
     1152
     1153typedef struct {
     1154  DWORD dwSize;
     1155  char szUserName[UNLEN+1];
     1156  char szPassword[PWLEN+1];
     1157  char szDomainName[DNLEN+1];
     1158  BOOL fUseCallbacks;
     1159} USER_PROFILE, *LPUSER_PROFILE;
     1160
     1161typedef struct {
     1162  DWORD dwSize;
     1163  HANDLE hDevicePort;
     1164  DWORD dwLinkSpeed;
     1165} DEVICE_PORT_INFO, *LPDEVICE_PORT_INFO;
     1166
     1167typedef struct {
     1168  DWORD dwSize;
     1169// FIXME  SESSSTARTPROC lpfnStart;
     1170// FIXME  SESSSTARTSTOP lpfnStop;
     1171} RNA_FUNCS, *LPRNA_FUNCS;
     1172
    11351173#endif // __WINE_RAS_H
Note: See TracChangeset for help on using the changeset viewer.