Hello, ULONGULONG is not defined in WINDOWS.INC
ULONGULONG TYPEDEF QWORD is well defined?
thank
I can't find a definition for ULONGULONG in any header file on my system, but according to this (http://msdn.microsoft.com/en-us/library/dd897589(VS.85).aspx) it is a 64-bit value, so I would guess that it's the same as a ULONGLONG, and the information for that is here (http://msdn.microsoft.com/en-us/library/aa505945.aspx). So I think:
ULONGULONG TYPEDEF QWORD
is correct.
thanks!