Sign in
chromium
/
external
/
github.com
/
retep998
/
winapi-rs
/
refs/heads/upstream/0.2
/
.
/
src
/
activation.rs
blob: f94f81b4ea26f0d44c4eeee926bac9fe6f1d4f71 [
file
] [
log
] [
blame
] [
edit
]
RIDL
!(
interface
IActivationFactory
(
IActivationFactoryVtbl
):
IInspectable
(
IInspectableVtbl
)
{
fn
ActivateInstance
(&
mut
self
,
instance
:
*
mut
*
mut
::
IInspectable
)
->
::
HRESULT
}
);