Details
- 
    Bug 
- 
    Resolution: Fixed
- 
    Major 
- 
        November 2016
Description
WSPIoctl calls WSHIoctl. The Parameter for NeedCompletion ist wrong.
It should be LPBOOL instead LPBOOLEAN. 
(sizeof(BOOLEAN) = 1, sizeof(BOOL) = 4)
I'm using a msvc build.