Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ See [Enhanced Barriers](/windows-hardware/drivers/display/enhanced-barriers) for

## -see-also

[**D3D12DDI_RANGED_BARRIER_0088**]*(ns-d3d12umddi-d3d12ddi_ranged_barrier_0088.md)
[**D3D12DDI_RANGED_BARRIER_0088**](ns-d3d12umddi-d3d12ddi_ranged_barrier_0088.md)
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ See [Enhanced Barriers](/windows-hardware/drivers/display/enhanced-barriers) for

## -see-also

[**D3D12DDI_RANGED_BARRIER_0094**]*(ns-d3d12umddi-d3d12ddi_ranged_barrier_0094.md)
[**D3D12DDI_RANGED_BARRIER_0094**](ns-d3d12umddi-d3d12ddi_ranged_barrier_0094.md)
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ helpviewer_keywords:

### -param unnamedParam1

[in] Pointer to a *[*D3DKMT_CONNECT_DOORBELL**](ns-d3dkmthk-d3dkmt_connect_doorbell.md) structure that describes the doorbell to connect.
[in] Pointer to a [**D3DKMT_CONNECT_DOORBELL**](ns-d3dkmthk-d3dkmt_connect_doorbell.md) structure that describes the doorbell to connect.

## -returns

Expand Down
2 changes: 1 addition & 1 deletion wdk-ddi-src/content/wdm/nf-wdm-zwqueryinformationfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Specifies the type of information to be returned about the file, in the buffer t
| **FileNameInformation** (9) | A [**FILE_NAME_INFORMATION**](../ntddk/ns-ntddk-_file_name_information.md) structure. The structure can contain the file's full path or only a portion of it. The caller can query this information as long as the file is open, without any particular requirements for **DesiredAccess**. For more information about the file-name syntax, see the Remarks section later in this topic. |
| **FilePositionInformation** (14) | A [**FILE_POSITION_INFORMATION**](ns-wdm-_file_position_information.md) structure. The caller must have opened the file with the **DesiredAccess** FILE_READ_DATA or FILE_WRITE_DATA flag specified in the **DesiredAccess** parameter, and with the FILE_SYNCHRONOUS_IO_ALERT or FILE_SYNCHRONOUS_IO_NONALERT flag specified in the **CreateOptions** parameter. |
| **FileModeInformation** (16) | A [**FILE_MODE_INFORMATION**](../ntifs/ns-ntifs-_file_mode_information.md) structure. This structure contains a set of flags that specify the mode in which the file can be accessed. These flags are a subset of the options that can be specified in the **CreateOptions** parameter of the [**IoCreateFile**](nf-wdm-iocreatefile.md) routine. |
| **FileAlignmentInformation** (17) | A [**FILE_ALIGNMENT_INFORMATION**](../ntddk/ns-ntddk-_file_alignment_information.md) structure. The caller can query this information as long as the file is open, without any particular requirements for **DesiredAccess*[***. This information is useful if the file was opened with the FILE_NO_INTERMEDIATE_BUFFERING flag specified in the **CreateOptions** parameter. |
| **FileAlignmentInformation** (17) | A [**FILE_ALIGNMENT_INFORMATION**](../ntddk/ns-ntddk-_file_alignment_information.md) structure. The caller can query this information as long as the file is open, without any particular requirements for **DesiredAccess**. This information is useful if the file was opened with the FILE_NO_INTERMEDIATE_BUFFERING flag specified in the **CreateOptions** parameter. |
| **FileAllInformation** (18) | A [**FILE_ALL_INFORMATION**](../ntifs/ns-ntifs-_file_all_information.md) structure. By combining several file-information structures into a single structure, **FILE_ALL_INFORMATION** reduces the number of queries required to obtain information about a file. |
| **FileNetworkOpenInformation** (34) | A [**FILE_NETWORK_OPEN_INFORMATION**](ns-wdm-_file_network_open_information.md) structure. The caller must have opened the file with the FILE_READ_ATTRIBUTES flag specified in the **DesiredAccess** parameter. |
| **FileAttributeTagInformation** (35) | A [**FILE_ATTRIBUTE_TAG_INFORMATION**](../ntddk/ns-ntddk-_file_attribute_tag_information.md) structure. The caller must have opened the file with the FILE_READ_ATTRIBUTES flag specified in the **DesiredAccess** parameter. |
Expand Down