16 } NETRESOURCE32A
,*LPNETRESOURCE32A
;
27 } NETRESOURCE32W
,*LPNETRESOURCE32W
;
29 DECL_WINELIB_TYPE_AW(NETRESOURCE
)
30 DECL_WINELIB_TYPE_AW(LPNETRESOURCE
)
33 DWORD cbStructure
; /* size of this structure in bytes */
34 HWND32 hwndOwner
; /* owner window for the dialog */
35 LPNETRESOURCE32A lpConnRes
;/* Requested Resource info */
36 DWORD dwFlags
; /* flags (see below) */
37 DWORD dwDevNum
; /* number of devices connected to */
38 } CONNECTDLGSTRUCT32A
, *LPCONNECTDLGSTRUCT32A
;
40 DWORD cbStructure
; /* size of this structure in bytes */
41 HWND32 hwndOwner
; /* owner window for the dialog */
42 LPNETRESOURCE32W lpConnRes
;/* Requested Resource info */
43 DWORD dwFlags
; /* flags (see below) */
44 DWORD dwDevNum
; /* number of devices connected to */
45 } CONNECTDLGSTRUCT32W
, *LPCONNECTDLGSTRUCT32W
;
47 DECL_WINELIB_TYPE_AW(CONNECTDLGSTRUCT
)
48 DECL_WINELIB_TYPE_AW(LPCONNECTDLGSTRUCT
)
52 #define CONNDLG_RO_PATH 0x00000001 /* Resource path should be read-only */
53 #define CONNDLG_CONN_POINT 0x00000002 /* Netware -style movable connection point enabled */
54 #define CONNDLG_USE_MRU 0x00000004 /* Use MRU combobox */
55 #define CONNDLG_HIDE_BOX 0x00000008 /* Hide persistent connect checkbox */
56 #define CONNDLG_PERSIST 0x00000010 /* Force persistent connection */
57 #define CONNDLG_NOT_PERSIST 0x00000020 /* Force connection NOT persistent */
66 } NETCONNECTINFOSTRUCT
,*LPNETCONNECTINFOSTRUCT
;
69 UINT32 WINAPI
WNetAddConnection2_32A(LPNETRESOURCE32A
,LPCSTR
,LPCSTR
,DWORD
);
70 UINT32 WINAPI
WNetAddConnection2_32W(LPNETRESOURCE32W
,LPCWSTR
,LPCWSTR
,DWORD
);
71 #define WNetAddConnection2 WINELIB_NAME_AW(WNetAddConnection2_)
72 UINT32 WINAPI
WNetAddConnection3_32A(HWND32
,LPNETRESOURCE32A
,LPCSTR
,LPCSTR
,DWORD
);
73 UINT32 WINAPI
WNetAddConnection3_32W(HWND32
,LPNETRESOURCE32W
,LPCWSTR
,LPCWSTR
,DWORD
);
74 #define WNetAddConnection3 WINELIB_NAME_AW(WNetAddConnection3_)
75 UINT32 WINAPI
WNetConnectionDialog1_32(HWND32
,DWORD
);
76 UINT32 WINAPI
WNetConnectionDialog1_32A(LPCONNECTDLGSTRUCT32A
);
77 UINT32 WINAPI
WNetConnectionDialog1_32W(LPCONNECTDLGSTRUCT32W
);
78 #define WNetConnectionDialog1 WINELIB_NAME_AW(WNetConnectionDialog1_)
79 UINT32 WINAPI
MultinetGetErrorText32A(DWORD
,DWORD
,DWORD
);
80 UINT32 WINAPI
MultinetGetErrorText32W(DWORD
,DWORD
,DWORD
);
81 #define MultinetGetErrorText WINELIB_NAME_AW(MultinetGetErrorText_)
84 #endif /* _WINNETWK_H_ */