Hii
How to convert UINT64 to LARGE_INTGER.....????
Thanking you
Krish
This is a discussion on How to convert UINT64 to LARGE_INTGER.....???? within the C++ Programming forums, part of the General Programming Boards category; Hii How to convert UINT64 to LARGE_INTGER.....???? Thanking you Krish...
Hii
How to convert UINT64 to LARGE_INTGER.....????
Thanking you
Krish
That depends on what is UINT64 and LARGE_INTGER.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
Code:LARGE_INTEGER li; li.QuadPart = ui64;
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law