Announcement

Collapse
No announcement yet.

Win32api.inc - %REG_QWORD

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Win32api.inc - %REG_QWORD

    Hi,

    Think %REG_QWORD should be defined in Win32api.inc
    Anyone know what value it should have ?

    TIA
    -per


    ------------------

  • #2
    %REG_QWORD = 11

    ------------------
    Tom Hanlin
    PowerBASIC Staff

    Comment


    • #3
      Thnx,

      Hope You include it in next Win32Api.inc update
      I also miss %REG_QWORD_LITTLE_ENDIAN
      and : DECLARE FUNCTION GetSystemTimeAsFileTime LIB "KERNEL32.DLL" ALIAS "GetSystemTimeAsFileTime" (lpFileTime AS FILETIME) AS LONG

      -p


      ------------------

      Comment


      • #4
        %REG_QWORD_LITTLE_ENDIAN = %REG_QWORD

        GetSystemTimeAsFileTime was added in the 7 August update. Note that it's a SUB, not a FUNCTION.


        ------------------
        Tom Hanlin
        PowerBASIC Staff

        Comment

        Working...
        X