[Bug 42828] SystemHandleInformation needs to return ObjectPointer

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 15 07:11:27 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=42828

--- Comment #3 from ray at rh-software.com ---
Please can support ne added for NtQueryMutant( MutantOwnerInformation ) ?

typedef enum _MUTANT_INFORMATION_CLASS                              //
{                                                                   //
         MutantBasicInformation,                                    //
         MutantOwnerInformation                                     //
} MUTANT_INFORMATION_CLASS, *PMUTANT_INFORMATION_CLASS;             //


typedef struct _MUTANT_OWNER_INFORMATION                            //
{                                                                   //
         CLIENT_ID                      ClientId;                   //
} MUTANT_OWNER_INFORMATION, *PMUTANT_OWNER_INFORMATION;             //

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list