microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.32k stars 113 forks source link

Annotate _input_ length of `DCompositionGetStatistics::targetIds` #1993

Closed MarijnS95 closed 1 week ago

MarijnS95 commented 1 week ago

Split out from #1980

Upstream SAL typo'd this in _Out_writes_opt_ as targetCount instead of targetIdCount.

Note that actualTargetIdCount will be set to describe how many target ids are available or were actually written, whereas targetIdCount is just a maximum number of available items to query in targetIds.