LARGE_INTEGER :
http://msdn.microsoft.com/library/defau ... er_str.asp
Is this value a QUAD ?
Or do we have to make the complex structure shown on the link above ?
EDIT : while I'm at it, in a C structure on MSDN I see :
Code: Select all
typedef struct {
DWORD var1;
PVOID myvar[constant_size];
} struct name
Sometimes, I'm glad to use basic language

Thanks in advance for the answers
