Hi Konstantin,
> I have one more question. To add realization of new function, I can add it in
> struct WNetProvider? For example:
>
> typedef struct _WNetProvider
(snip)
> PF_NPGetResourceInformation getResourceInformation; //my added function
> } WNetProvider, *PWNetProvider;
>
> It is corre
Hello!
> Your patch should probably fix both of those, then (and please ignore
> my earlier comment.)
I have resent my patch, having added in it the passed corrections.
I have one more question. To add realization of new function, I can add it in
struct WNetProvider? For example:
typedef struc
> The following condition in _globalEnumeratorAdvance() looks incorrect:
>
> for (; enumerator->providerIndex < providerTable->numProviders &&
> !(enumerator->dwScope & providerTable->table
> [enumerator->providerIndex].dwEnumScopes);
> enumerator->providerIndex++
Hello, Juan!
> Hi Konstantin,
>
> - providerTable->table[index].dwEnumScopes
> & dwScope)
> + providerTable->table[index].dwEnumScopes
> & WNNC_ENUM_GLOBAL)
>
> This change looks correct, but it should be changed in the next block as
> well:
Hi Konstantin,
- providerTable->table[index].dwEnumScopes
& dwScope)
+ providerTable->table[index].dwEnumScopes
& WNNC_ENUM_GLOBAL)
This change looks correct, but it should be changed in the next block as well: