X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:content-type; q=dns; s=default; b= aQkLaV12tz/C90fGYtg9Ezh8437m4mMcrzBUgGiyV2pmzHVzLf2awvBZermQL5aK wawkeHqVcTOLLtFf2csOqymiUYPOZhrqGpvdlDKZ2usivw+ZeYq+OAyBAeMKPc59 pDQGgf3+J1fVE6Ft3bDgYSK5H8m51k5zuSOCjvRQfx8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:content-type; s=default; bh=gR9 rAiP8c61QhXecDKksgjSjYjs=; b=JTGcHaZ0KEyUWq8FQHM8Uwb0Sleva7KSM5h se+m7u2xrZ/aOa3iwE50YpvPyhy0qRtBGThyhtujqFrUtK5eeTRWsJwHsRK1mazf 2fgsOfTdc7AokmyqMinZlt8b0LszqMdQ/MAvj+q7tIlU7sxRe9d0XvVpeq8tE51z miscCqz8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.6 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-wg0-f52.google.com X-Received: by 10.180.187.200 with SMTP id fu8mr14988335wic.2.1427894106576; Wed, 01 Apr 2015 06:15:06 -0700 (PDT) MIME-Version: 1.0 Reply-To: fracting AT gmail DOT com In-Reply-To: <20150401110220.GA11097@calimero.vinschen.de> References: <20150401103733 DOT GA4835 AT calimero DOT vinschen DOT de> <20150401110220 DOT GA11097 AT calimero DOT vinschen DOT de> From: Qian Hong Date: Wed, 1 Apr 2015 21:14:26 +0800 Message-ID: Subject: Re: Cygwin / MSYS2 runtime fails on Wine beause of accessing to (*ReferencedDomains)->Domains[-1] To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Wed, Apr 1, 2015 at 7:02 PM, Corinna Vinschen wrote: > No, wait. SECURITY_BUILTIN_DOMAIN_RID (32) is the RID for the "BUILTIN" > domain which contains well known groups like > > Administrators ==> SID S-1-5-32-544 > Users ==> SID S-1-5-32-545 > etc. > > SID S-1-5-5-... are logon SIDs. They are generated on the fly to > identify your session and added to your user token's group list. The > macro connected to them are SECURITY_LOGON_IDS_RID and > SECURITY_LOGON_IDS_RID_COUNT. Thanks again! You are right. I was confused by 0x00000020, I thought it is a constant, further testing indicate it is just garbage value. -- Regards, Qian Hong - http://www.winehq.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple