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.
Does anyone know anything equivalent or how to implement all three parts in c# ?
Thanks for any help.
Comment