Windows 95 Does Not Support Template Files

ID: Q138955


The information in this article applies to:
  • Microsoft Win32 Application Programming Interface (API), versions 95, 4.0


SUMMARY

The hTemplate parameter in the CreateFile API is not supported in Windows. It is supported only in Windows NT.


MORE INFORMATION

The hTemplate parameter in CreateFile allows you to create a new file using another file as a template. The template is used to set the file attributes (normal, hidden, system, and read-only) of the new file. It is also used to copy the extended attributes (EA) from the template to the new file.

Additional query words: 4.00 Win95

Keywords : kbAPI kbKernBase kbGrpKernBase
Version : 4.00
Platform : WINDOWS
Issue type :


Last Reviewed: March 5, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.