What about it? LARGE_INTEGER is a structure, as far as I can tell. Your question seems to indicate it is a function. What are you trying to do, what is VA doing, and what are you expecting VA to do?
First of all excuse for my awful English. For me the question about LARGE_INTEGER is important. I very much frequently use variables of this type. I specify a question. When I declare a variable such as LARGE_INTEGER for example LARGE_INTEGER a; Also I try will address to a field of this structure ULONG LowPart - VA prompts only LONGLONG QuadPart. I expect that VA_X should distinguish that LowPart is a field of structure LARGE_INTEGER. I think that definition of this fact not such a challenge for him{it}. So: Help VA_X: a.QuadPart I expect: a.LowPart a.HighPart a.QuadPart Thanks for your time given to me.