CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19

Thread: INT64 in IDL

  1. #16
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    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

  2. #17
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: INT64 in IDL

    I would say, llVal.
    Best regards,
    Igor

  3. #18
    Join Date
    Oct 1999
    Location
    Belgium
    Posts
    440

    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 ...

  4. #19
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: INT64 in IDL

    Then find and download the Platform SDK from Feb. 2003.
    Victor Nijegorodov

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured