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 correct?
Yes, precisely correct. --Juan