|
-
February 4th, 2011, 05:14 AM
#16
Re: INT64 in IDL
http://msdn.microsoft.com/en-us/library/ms221627.aspx
There are the members
Code:
LONGLONG llval; // VT_I8
LONGLONG * pllVal; // VT_BYREF|VT_I8
ULONGLONG ullVal; // VT_UI8
...
Victor Nijegorodov
-
February 4th, 2011, 05:17 AM
#17
Re: INT64 in IDL
I would say, llVal.
Best regards,
Igor
-
February 4th, 2011, 05:52 AM
#18
Re: INT64 in IDL
That would have been too easy ! I'm using VS6 and llVal is not defined in my oaidl.h 
That's more or less what I meant with
Been looking into that ...
-
February 4th, 2011, 06:01 AM
#19
Re: INT64 in IDL
Then find and download the Platform SDK from Feb. 2003.
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|