Re: [PATCH 3/5] mpr: Implement WNetCancelConnection2W().
2 Aug
2016
2 Aug
'16
12:07 p.m.
On 02.08.2016 14:31, Pierre Schweitzer wrote:
Resending just for offsets
+ if(providerTable->table[index].getCaps(WNNC_CONNECTION) & + WNNC_CON_GETCONNECTIONS) + { + if (providerTable->table[index].cancelConnection) + ret = providerTable->table[index].cancelConnection((LPWSTR)lpName, fForce); + else + ret = WN_NO_NETWORK; + if (ret == WN_SUCCESS || ret == WN_OPEN_FILES) + break; + }
I already asked about this before. Why is this using WNNC_CON_GETCONNECTIONS and not WNNC_CON_CANCELCONNECTION?
3418
Age (days ago)
3418
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov