the d.chm miss some modules in Standard Library section
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Fri Apr 15 06:49:04 PDT 2016
On Friday, 15 April 2016 at 06:53:29 UTC, lotusdeng wrote:
> in windows, many modules like core.sys.windows.windows not
> included in d.chm's Standard Library, this is not convenience
> for primer, the d.chm should contain it.
core.sys.windows.windows is not documented because it is supposed
to be a direct mapping of Windows C platform headers (`import
core.sys.windows.X` == `#include <X.h>`). For documentation on
that, refer to MSDN.
More information about the Digitalmars-d
mailing list