You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: Generate headers for ole2.h to include OleInitialize (and there are probably other functions someone wants in it too).
Rationale
We already expose the SHBrowseForFolderW function, but to use it, it says you should ideally initialize with OleInitializehere.
Proposed API
APIs generated from the ole2.h, at least including:
HRESULTOleInitialize(void*pvReserved);
(which is the one I'm wanting to use)
Drawbacks
More APIs.
Alternatives
Make people write the DllImport themselves.
Other thoughts
None.
Discussions (optional)
N/A
The text was updated successfully, but these errors were encountered:
hamarb123
added
proposal
An issue that represents a proposed feature or change to the repo.
untriaged
An issue that has not been triaged by the repo maintainers.
labels
Aug 17, 2024
Description (optional)
Feature request: Generate headers for
ole2.h
to includeOleInitialize
(and there are probably other functions someone wants in it too).Rationale
We already expose the
SHBrowseForFolderW
function, but to use it, it says you should ideally initialize withOleInitialize
here.Proposed API
APIs generated from the
ole2.h
, at least including:(which is the one I'm wanting to use)
Drawbacks
More APIs.
Alternatives
Make people write the
DllImport
themselves.Other thoughts
None.
Discussions (optional)
N/A
The text was updated successfully, but these errors were encountered: