Re: setupapi: SetupDiGetClassDevsExW should ignore DIGCF_ALLCLASSES if class set
May 6, 2014
10:04 a.m.
On 6 May 2014 16:05, Mark Harmstone <hellas(a)burntcomma.com> wrote:
+ if (flags & DIGCF_ALLCLASSES && class) + flags -= DIGCF_ALLCLASSES; This works, of course, but the usual way to do that kind of thing would be "if (class) flags &= ~DIGCF_ALLCLASSES;"
4343
Age (days ago)
4343
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet