Scott Smith

Results 6 comments of Scott Smith

Yeah, I think this is a pretty big deal. I can see someone spending a lot of time dragging or selecting files for upload, and then once things are transferring,...

> This bug is active because our dev team thinks it's not very easy bug to fix without any side-effect I suspected as much. We have similar "simple" issues in...

> This bug is active because our dev team thinks it's not very easy bug to fix without any side-effect Is there a write-up from your dev team that discusses...

Here's the code I'm using in my project -- this works for all versions of Windows 10 that you mentioned, so maybe you can compare with your code and see...

Note that I'm defining a CAdapterPtr type so that I can store a pointer to my (wrapper) class in the WDF object: ``` WDF_DECLARE_CONTEXT_TYPE_WITH_NAME(CAdapterPtr, GetIddCxAdapterCtx) // IDDCX_ADAPTER --> &(CAdapterPtr) -->...