Closed chunhualiu closed 10 months ago
When compiling with VS2022, it will fail with: warning C4311: 'type cast': pointer truncation from 'PVOID' to 'DWORD'
To eliminate this warning, PVOID must be converted to DWORD_PTR first.
When compiling with VS2022, it will fail with: warning C4311: 'type cast': pointer truncation from 'PVOID' to 'DWORD'
To eliminate this warning, PVOID must be converted to DWORD_PTR first.