Re: advapi32: Implement IsTokenRestricted

2005-06-17 Thread Robert Shearman
James Hawkins wrote: Hi, I'm not exactly sure whether the LPVOID param of NtQueryInformationToken should be a BOOLEAN value or a DWORD like NumRestrictedSids (it isn't documented), but because we just want to know whether there exists at least one, the BOOLEAN does the trick until we know how t

Re: advapi32: Implement IsTokenRestricted

2005-06-17 Thread Thomas Weidenmueller
James Hawkins wrote: > I'm not exactly sure whether the LPVOID param of > NtQueryInformationToken should be a BOOLEAN value or a DWORD like > NumRestrictedSids (it isn't documented), but because we just want to > know whether there exists at least one, the BOOLEAN does the trick > until we know how