How to get the pointer of "this" ?

Vinod K Chandran kcvinu82 at gmail.com
Tue May 26 11:35:23 UTC 2020


On Monday, 25 May 2020 at 22:54:32 UTC, Adam D. Ruppe wrote:
> On Monday, 25 May 2020 at 22:31:00 UTC, Vinod K Chandran wrote:
>> A dword is an unsigned, 32-bit unit of data. We can use uint 
>> in D. I have tried that too, but no luck.
>
> A DWORD_PTR is *not* the same as a uint. It is more like a 
> size_t or void* depending on context.

Okay, but uint is working perfectly.


More information about the Digitalmars-d-learn mailing list