http://bugs.winehq.org/show_bug.cgi?id=14846
Summary: Raising exception for SC_RPC_HANDLE being NULL Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: tools AssignedTo: wine-bugs@winehq.org ReportedBy: martinmnet@hotmail.com
Created an attachment (id=15387) --> (http://bugs.winehq.org/attachment.cgi?id=15387) Suggested patch
widl doesn't generate code for handling SC_RPC_HANDLE being NULL.
RPC_X_NULL_REF_POINTER is raised for NULL pointers on strins. So it makes sense that RPC_X_SS_IN_NULL_CONTEXT should be raised for NULL handle.