Sign in
fuchsia
/
fuchsia
/
0c00fd3
/
.
/
third_party
/
rust_crates
/
vendor
/
winapi
/
src
/
objbase.rs
blob: cfd2b79903c4e22684d5a7ddc2e5efcb0e0ec331 [
file
] [
log
] [
blame
]
//! Component object model defintions
pub
const
COINIT_APARTMENTTHREADED
:
::
DWORD
=
0x2
;
pub
const
COINIT_MULTITHREADED
:
::
DWORD
=
0x0
;
pub
const
COINIT_DISABLE_OLE1DDE
:
::
DWORD
=
0x4
;
pub
const
COINIT_SPEED_OVER_MEMORY
:
::
DWORD
=
0x8
;