cc
crate
OsStr
to a const * _
?
ID3D10Blob
question, you would call the GetBufferPointer
and GetBufferSize
methods to get the pointer and size, and pass them to std::slice::from_raw_parts
to get a &[T]
.
&[u16]
and pass it to OsStringExt::from_wide()
CoCreateInstance
with a class not found
error? https://github.com/LiHRaM/egpu-rs/blob/master/src/main.rs
HRESULT
specifically is: 0x80040154
tlhelp32
error[E0432]: unresolved import `winapi::um::tlhelp32`
winapi::um
works though
lihram
This is the relevant windows documentation for C++
lihram
Nvm, found it here: https://github.com/contextfree/winrt-rust/blob/master/examples/toast_notify.rs