microsoft / win32metadata

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

Cannot generate `IPrintDocumentPageSource` and `IPrintPreviewPageCollection` #1866

Closed ShortDevelopment closed 6 months ago

ShortDevelopment commented 6 months ago

Context

In order to implement custom print logic for the WinRT PrintManager you have to implement IPrintDocumentPageSource and IPrintPreviewPageCollection.

Issue

CsWin32 does not find those two interfaces.

riverar commented 6 months ago

@mikebattista Looks unrelated to Win32 metadata, maybe an OS/SDK metadata bug?