| 70 | //--------------------------------------------------------------------- |
| 71 | template <typename T> |
| 72 | DWORD64 ToDWORD64(const T* address) |
| 73 | { |
| 74 | return reinterpret_cast<DWORD64>(address); |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | //------------------------------------------------------------------------- |