INFO: Resource Sections are Read-only
Article ID: 126630
Article Last Modified on 7/11/2005
APPLIES TO
- Microsoft Platform Software Development Kit-January 2000 Edition, when used with:
- Microsoft Windows NT 3.51 Service Pack 5
- Microsoft Windows 2000 Standard Edition
This article was previously published under Q126630
SUMMARY
Resource sections are read-only by default under Windows NT. However, the
resource section might appear to be read/write. If an application tries to
write to the resource section, an exception occurs. Windows NT handles the
exception by duplicating the page and making it read/write. Therefore,
under Windows NT it is possible to write to the resource section, even
though its section attribute is read-only.
Windows 95 has a handler similar to the one used in Windows NT.
Keywords: kbinfo kbresource KB126630