This repository was archived by the owner on Sep 11, 2024. It is now read-only.
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
feature: Support changing dwClsContext #150
Open
Description
Hello,
I'd like to ask a feature to support changing dwClsContext
. For instance I right now need to use CLSCTX_LOCAL_SERVER
and this means I have to rewrite create_instance
and create_raw_instance
in order to change that.
Thanks for considering.
As a side note, it would be nice if the Rust efforts at Microsoft had some plan. For instance I'd like to know is there ideas for creating something like winapi
crate by Microsoft? The current winapi crate is very hackish. For instance proxy definitions are difficult to work with it because the auto-completions stop working etc. because they use so many macro tricks. Some sort officially supported (and generated) winapi rust package would be nice.