www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - the d.chm miss some modules in Standard Library section

reply lotusdeng <lotusdeng2010 gmail.com> writes:
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.
Apr 14 2016
parent Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
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.
Apr 15 2016