http://bugs.winehq.org/show_bug.cgi?id=17273
Summary: SetNamedPipeHandleState is a stub Product: Wine Version: 1.1.14 Platform: Other OS/Version: other Status: NEW Keywords: testcase Severity: enhancement Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: juan_lang@yahoo.com Blocks: 17195
Created an attachment (id=19273) --> (http://bugs.winehq.org/attachment.cgi?id=19273) Testcase
As described in bug 17195, SetNamedPipeHandleState is currently a stub, and always returns FALSE. Changing it to return TRUE causes one test to fail and currently todo_wine test to succeed. It also allows the test cases in bug 17195 to run. I'm attaching some partially implemented test cases for the GetNamedPipeHandleState and SetNamedPipeHandleState functions.