http://msdn.microsoft.com/en-us/library/ms221627.aspx
There are the membersQuote:
Code:LONGLONG llval; // VT_I8
LONGLONG * pllVal; // VT_BYREF|VT_I8
ULONGLONG ullVal; // VT_UI8
...
Printable View
http://msdn.microsoft.com/en-us/library/ms221627.aspx
There are the membersQuote:
Code:LONGLONG llval; // VT_I8
LONGLONG * pllVal; // VT_BYREF|VT_I8
ULONGLONG ullVal; // VT_UI8
...
I would say, llVal. :)
That would have been too easy ! I'm using VS6 and llVal is not defined in my oaidl.h :cry:
That's more or less what I meant with;)Quote:
Been looking into that ...
Then find and download the Platform SDK from Feb. 2003.