Posted: Wed Aug 16, 2006 2:00 am
I found this variable type on MSDN :
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 :
I know DWORD is a LONG in PureBasic, but I don't see what is the "PVOID myvar[constant_size]". They say it's a "pointer to an array of opaque data", and I don't understand if it's just a simple long pointer in PB "*my_pointer.l" or something more complex ?
Sometimes, I'm glad to use basic language
Thanks in advance for the answers
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
