From 841f13017a1afbbd98ed9400e42b69b02367982e Mon Sep 17 00:00:00 2001 From: Rami Abughazaleh Date: Wed, 4 Mar 2026 18:54:44 -0800 Subject: [PATCH] MSFT_Volume.Format returns error code 43034 but the documentation is missing Hi. MSFT_Volume.Format returns error code 4304 but the documentation for error code 43034 is missing. What does error code 43034 actually mean? Thank you. --- windows-driver-docs-pr/storage/format-msft-volume.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows-driver-docs-pr/storage/format-msft-volume.md b/windows-driver-docs-pr/storage/format-msft-volume.md index 6a08e5414b..e4cc37b0f1 100644 --- a/windows-driver-docs-pr/storage/format-msft-volume.md +++ b/windows-driver-docs-pr/storage/format-msft-volume.md @@ -196,7 +196,8 @@ This parameter allows the storage provider to return extended (implementation-sp **Cannot perform the requested operation when the drive is read only** (43006) - + +**Missing documentation** (43034) ## Requirements