* include/winnetwk.h (WNetGetResourceInformationW): Correct first param.
Thanks to: Rene Rivera <grafik at users dot sf dot net>.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/winnetwk.h (WNetGetResourceInformationW):  Correct first param. | ||||
| 	Thanks to: Rene Rivera  <grafik at users dot sf dot net> | ||||
|  | ||||
| 2006-03-29  Christopher Faylor  <cgf@timesys.com> | ||||
|  | ||||
| 	* include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper | ||||
|   | ||||
| @@ -277,7 +277,7 @@ DWORD APIENTRY WNetGetProviderNameW(DWORD,LPWSTR,PDWORD); | ||||
| DWORD APIENTRY WNetGetNetworkInformationA(LPCSTR,LPNETINFOSTRUCT); | ||||
| DWORD APIENTRY WNetGetNetworkInformationW(LPCWSTR,LPNETINFOSTRUCT); | ||||
| DWORD APIENTRY WNetGetResourceInformationA(LPNETRESOURCEA,LPVOID,LPDWORD,LPSTR*); | ||||
| DWORD APIENTRY WNetGetResourceInformationW(LPNETRESOURCEA,LPVOID,LPDWORD,LPWSTR*); | ||||
| DWORD APIENTRY WNetGetResourceInformationW(LPNETRESOURCEW,LPVOID,LPDWORD,LPWSTR*); | ||||
| DWORD APIENTRY WNetGetResourceParentA(LPNETRESOURCEA,LPVOID,LPDWORD); | ||||
| DWORD APIENTRY WNetGetResourceParentW(LPNETRESOURCEW,LPVOID,LPDWORD); | ||||
| DWORD APIENTRY WNetGetLastErrorA(PDWORD,LPSTR,DWORD,LPSTR,DWORD); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user