Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions sdk-api-src/content/memoryapi/nf-memoryapi-createfilemapping2.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,18 @@ Applications should not use this attribute except when

<b>SEC_NOCACHE</b> requires either the <b>SEC_RESERVE</b> or
<b>SEC_COMMIT</b> attribute to be set.
</td>
</tr>
<tr>
<td width="40%"><a id="SEC_NO_CHANGE"></a><a id="sec_no_change"></a><dl>
<dt><b>SEC_NO_CHANGE</b></dt>
<dt>0x00400000</dt>
</dl>
</td>
<td width="60%">
Marks the mapping as permanent. Memory protections can not be changed for views of the mapping and the view can not be unmapped.

<b>SEC_NO_CHANGE</b> cannot be combined with <b>SEC_IMAGE</b>.

</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,18 @@ Applications should not use this attribute except when

<b>SEC_NOCACHE</b> requires either the <b>SEC_RESERVE</b> or
<b>SEC_COMMIT</b> attribute to be set.
</td>
</tr>
<tr>
<td width="40%"><a id="SEC_NO_CHANGE"></a><a id="sec_no_change"></a><dl>
<dt><b>SEC_NO_CHANGE</b></dt>
<dt>0x00400000</dt>
</dl>
</td>
<td width="60%">
Marks the mapping as permanent. Memory protections can not be changed for views of the mapping and the view can not be unmapped.

<b>SEC_NO_CHANGE</b> cannot be combined with <b>SEC_IMAGE</b>.

</td>
</tr>
Expand Down Expand Up @@ -454,4 +466,4 @@ File Mapping Functions



<a href="/windows/desktop/api/fileapi/nf-fileapi-writefile">WriteFile</a>
<a href="/windows/desktop/api/fileapi/nf-fileapi-writefile">WriteFile</a>
13 changes: 13 additions & 0 deletions sdk-api-src/content/memoryapi/nf-memoryapi-createfilemappingw.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,19 @@ Applications should not use this attribute except when
<b>SEC_NOCACHE</b> requires either the <b>SEC_RESERVE</b> or
<b>SEC_COMMIT</b> attribute to be set.

</td>
</tr>
<tr>
<td width="40%"><a id="SEC_NO_CHANGE"></a><a id="sec_no_change"></a><dl>
<dt><b>SEC_NO_CHANGE</b></dt>
<dt>0x00400000</dt>
</dl>
</td>
<td width="60%">
Marks the mapping as permanent. Memory protections can not be changed for views of the mapping and the view can not be unmapped.

<b>SEC_NO_CHANGE</b> cannot be combined with <b>SEC_IMAGE</b>.

</td>
</tr>
<tr>
Expand Down
12 changes: 12 additions & 0 deletions sdk-api-src/content/winbase/nf-winbase-createfilemappinga.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,18 @@ Applications should not use this attribute except when

<b>SEC_NOCACHE</b> requires either the <b>SEC_RESERVE</b> or
<b>SEC_COMMIT</b> attribute to be set.
</td>
</tr>
<tr>
<td width="40%"><a id="SEC_NO_CHANGE"></a><a id="sec_no_change"></a><dl>
<dt><b>SEC_NO_CHANGE</b></dt>
<dt>0x00400000</dt>
</dl>
</td>
<td width="60%">
Marks the mapping as permanent. Memory protections can not be changed for views of the mapping and the view can not be unmapped.

<b>SEC_NO_CHANGE</b> cannot be combined with <b>SEC_IMAGE</b>.

</td>
</tr>
Expand Down
12 changes: 12 additions & 0 deletions sdk-api-src/content/winbase/nf-winbase-createfilemappingnumaa.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,18 @@ Applications should not use this flag except when explicitly required

<b>SEC_NOCACHE</b> requires either <b>SEC_RESERVE</b> or
<b>SEC_COMMIT</b> to be set.
</td>
</tr>
<tr>
<td width="40%"><a id="SEC_NO_CHANGE"></a><a id="sec_no_change"></a><dl>
<dt><b>SEC_NO_CHANGE</b></dt>
<dt>0x00400000</dt>
</dl>
</td>
<td width="60%">
Marks the mapping as permanent. Memory protections can not be changed for views of the mapping and the view can not be unmapped.

<b>SEC_NO_CHANGE</b> cannot be combined with <b>SEC_IMAGE</b>.

</td>
</tr>
Expand Down