Skip to content
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

Correct AviStream documentation links #1977

Merged
merged 3 commits into from
Sep 9, 2024
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
6 changes: 3 additions & 3 deletions generation/WinSDK/documentationMappings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1770,8 +1770,8 @@ AVIStreamFormatSize=[Documentation("https://learn.microsoft.com/windows/win32/ap
AVIStreamGetFrame=[Documentation("https://learn.microsoft.com/windows/win32/api/vfw/nf-vfw-avistreamgetframe")]
AVIStreamGetFrameClose=[Documentation("https://learn.microsoft.com/windows/win32/api/vfw/nf-vfw-avistreamgetframeclose")]
AVIStreamGetFrameOpen=[Documentation("https://learn.microsoft.com/windows/win32/api/vfw/nf-vfw-avistreamgetframeopen")]
AVIStreamHeader=[Documentation("https://learn.microsoft.com/windows/win32/api/avifmt/ns-avifmt-avistreamheader")]
AVISTREAMHEADER=[Documentation("https://learn.microsoft.com/windows/win32/api/aviriff/ns-aviriff-avistreamheader")]
AVIStreamHeader=[Documentation("https://learn.microsoft.com/previous-versions/windows/desktop/api/avifmt/ns-avifmt-avistreamheader")]
AVISTREAMHEADER=[Documentation("https://learn.microsoft.com/previous-versions/windows/desktop/api/aviriff/ns-aviriff-avistreamheader")]
AVIStreamInfo=[Documentation("https://learn.microsoft.com/windows/win32/api/vfw/nf-vfw-avistreaminfow")]
AVIStreamInfoA=[Documentation("https://learn.microsoft.com/windows/win32/api/vfw/nf-vfw-avistreaminfoa")]
AVISTREAMINFOA=[Documentation("https://learn.microsoft.com/windows/win32/api/vfw/ns-vfw-avistreaminfoa")]
Expand Down Expand Up @@ -1808,7 +1808,7 @@ AVIStreamStartTime=[Documentation("https://learn.microsoft.com/windows/win32/api
AVIStreamTimeToSample=[Documentation("https://learn.microsoft.com/windows/win32/api/vfw/nf-vfw-avistreamtimetosample")]
AVIStreamWrite=[Documentation("https://learn.microsoft.com/windows/win32/api/vfw/nf-vfw-avistreamwrite")]
AVIStreamWriteData=[Documentation("https://learn.microsoft.com/windows/win32/api/vfw/nf-vfw-avistreamwritedata")]
AVISUPERINDEX=[Documentation("https://learn.microsoft.com/windows/win32/api/aviriff/ns-aviriff-avisuperindex")]
AVISUPERINDEX=[Documentation("https://learn.microsoft.com/previous-versions/windows/desktop/api/aviriff/ns-aviriff-avisuperindex")]
AvQuerySystemResponsiveness=[Documentation("https://learn.microsoft.com/windows/win32/api/avrt/nf-avrt-avquerysystemresponsiveness")]
AvRevertMmThreadCharacteristics=[Documentation("https://learn.microsoft.com/windows/win32/api/avrt/nf-avrt-avrevertmmthreadcharacteristics")]
AVRF_BACKTRACE_INFORMATION=[Documentation("https://learn.microsoft.com/windows/win32/api/avrfsdk/ns-avrfsdk-avrf_backtrace_information")]
Expand Down
6 changes: 5 additions & 1 deletion scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Windows.Win32.System.LibraryLoader.Apis.QueryOptionalDelayLoadedAPI added
# Correct PMPRADMINCONNECTIONHANGUPNOTIFICATION3 parameter 4
Windows.Win32.NetworkManagement.Rras.PMPRADMINCONNECTIONHANGUPNOTIFICATION3.Invoke : param3 : [In] => [In,Out]
Windows.Win32.NetworkManagement.Rras.PMPRADMINCONNECTIONHANGUPNOTIFICATION3.Invoke : param3...RAS_CONNECTION_3 => RAS_CONNECTION_3*
# Correct AviStream documentation links
Windows.Win32.Media.DirectShow.AVIStreamHeader : [Documentation(https://learn.microsoft.com/windows/win32/api/avifmt/ns-avifmt-avistreamheader)] => [Documentation(https://learn.microsoft.com/previous-versions/windows/desktop/api/avifmt/ns-avifmt-avistreamheader)]
Windows.Win32.Media.DirectShow.AVISTREAMHEADER : [Documentation(https://learn.microsoft.com/windows/win32/api/aviriff/ns-aviriff-avistreamheader),StructLayout(0,Pack=2)] => [Documentation(https://learn.microsoft.com/previous-versions/windows/desktop/api/aviriff/ns-aviriff-avistreamheader),StructLayout(0,Pack=2)]
Windows.Win32.Media.DirectShow.AVISUPERINDEX : [Documentation(https://learn.microsoft.com/windows/win32/api/aviriff/ns-aviriff-avisuperindex),StructLayout(0,Pack=2)] => [Documentation(https://learn.microsoft.com/previous-versions/windows/desktop/api/aviriff/ns-aviriff-avisuperindex),StructLayout(0,Pack=2)]
# Fixed #1922.
Windows.Win32.Devices.FunctionDiscovery.Apis.PKEY_Device_AdditionalSoftwareRequested...Windows.Win32.UI.Shell.PropertiesSystem.PROPERTYKEY => Windows.Win32.Foundation.PROPERTYKEY
Windows.Win32.Devices.FunctionDiscovery.Apis.PKEY_Device_Address...Windows.Win32.UI.Shell.PropertiesSystem.PROPERTYKEY => Windows.Win32.Foundation.PROPERTYKEY
Expand Down Expand Up @@ -2700,4 +2704,4 @@ Windows.Win32.Graphics.Printing.PRINTER_HANDLE added
# Remove RAIIFree attribute from PSID
Windows.Win32.Security.PSID : [NativeTypedef,RAIIFree(FreeSid)] => [NativeTypedef]
# Correct `CountFieldName` on `DCompositionGetStatistics()`
Windows.Win32.Graphics.DirectComposition.Apis.DCompositionGetStatistics : targetIds : [Optional,Out] => [NativeArrayInfo(CountFieldName=targetIdCount),Optional,Out]
Windows.Win32.Graphics.DirectComposition.Apis.DCompositionGetStatistics : targetIds : [Optional,Out] => [NativeArrayInfo(CountFieldName=targetIdCount),Optional,Out]