Is this Windows Win32 fileapi.h header accessible in D language?

Adam D Ruppe destructionator at gmail.com
Tue Feb 8 16:20:44 UTC 2022


On Tuesday, 8 February 2022 at 16:10:19 UTC, BoQsc wrote:
> Unsure where to start, so I decided to ask here how to get use 
> of this win32 header.
>
> https://docs.microsoft.com/en-us/windows/win32/api/fileapi/

There is this for all the upstream things:
https://github.com/rumbu13/windows-d


But for those functions, you can get through `import 
core.sys.windows.windows;` i think the name "fileapi.h" is a bit 
new but the functions aren't.


More information about the Digitalmars-d-learn mailing list