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

Last parameter of OleCreatePictureIndirect should be [ComOutPtr] #1378

Closed
AArnott opened this issue Nov 22, 2022 · 1 comment
Closed

Last parameter of OleCreatePictureIndirect should be [ComOutPtr] #1378

AArnott opened this issue Nov 22, 2022 · 1 comment
Assignees
Labels
usability Touch-up to improve the user experience for a language projection

Comments

@AArnott
Copy link
Member

AArnott commented Nov 22, 2022

The OleCreatePictureIndirect method returns a COM object. Its last parameter should therefore be annotated as [ComOutPtr] so that projections can produce the best methods.

@AArnott AArnott added the usability Touch-up to improve the user experience for a language projection label Nov 22, 2022
@mikebattista mikebattista self-assigned this Nov 22, 2022
@mikebattista
Copy link
Collaborator

Windows.Win32.System.Ole.Apis.OleCreatePictureIndirect : lplpvObj : [Out] => [ComOutPtr,Out]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Touch-up to improve the user experience for a language projection
Projects
None yet
Development

No branches or pull requests

2 participants