How do I use WINAPI's ITaskbarList3?

rikki cattermole rikki at cattermole.co.nz
Fri Oct 13 15:58:15 UTC 2017


On 13/10/2017 4:01 PM, Nieto wrote:
> How do I use other than Windows.h with D?
> 
> For Windows.h I know it's core.sys.windows.windows but what's the module 
> for Shobjidl.h for example? is this supported natively? (i tried 
> core.sys.windows.shobjidl actually) but not so, what alternative are there?

All: https://github.com/dlang/druntime/tree/master/src/core/sys/windows

Pretty much nothing regarding COM is in there. 
https://github.com/dlang/druntime/search?p=1&q=IUnknown&type=&utf8=%E2%9C%93

You will need to create the bindings yourself.
More importantly learn COM.


More information about the Digitalmars-d-learn mailing list