Skip to content

Update ioctl-lmr-disable-local-buffering.md #2057

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
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
4 changes: 1 addition & 3 deletions desktop-src/DevNotes/ioctl-lmr-disable-local-buffering.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ For overlapped operations, [**DeviceIoControl**](/windows/win32/api/ioapiset/nf-

## Return value

If the operation completes successfully, [**DeviceIoControl**](/windows/win32/api/ioapiset/nf-ioapiset-deviceiocontrol) returns a nonzero value.

If the operation fails or is pending, [**DeviceIoControl**](/windows/win32/api/ioapiset/nf-ioapiset-deviceiocontrol) returns zero. To get extended error information, call [**GetLastError**](/windows/win32/api/errhandlingapi/nf-errhandlingapi-getlasterror).
As documented here, this ioctl will always return failure because (despite the name) this is a FSCTL and needs to be sent via NtfsControlFile

## Remarks

Expand Down