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
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