ULARGE_INTEGER missing Low/High Parts?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • horizon
    New Member
    • Jan 2008
    • 13

    ULARGE_INTEGER missing Low/High Parts?

    I was trying to test some code written in c using the HighPart & LowPart of the ULARGE_INTEGER struct and was slightly disappointed it's not implemented in c# only the QuadPart field is used.

    Does anyone know anything equivalent or how to implement all three parts in c# ?

    Thanks for any help.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    EDIT: ULARE_INTEGER is just a 64bit number?? What is the problem?
    You have Int64 and UInt64?

    Comment

    Working...