#include <AssetIO.h>
Definition at line 37 of file AssetIO.h.
◆ ComInit()
| AssetIO::ComInit::ComInit |
( |
| ) |
|
|
inline |
Definition at line 40 of file AssetIO.h.
41 {
42 hr = CoInitializeEx(
nullptr, COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE);
43 }
◆ ~ComInit()
| AssetIO::ComInit::~ComInit |
( |
| ) |
|
|
inline |
Definition at line 44 of file AssetIO.h.
45 {
47 CoUninitialize();
48 }
◆ ok()
| bool AssetIO::ComInit::ok |
( |
| ) |
const |
|
inline |
◆ hr
| HRESULT AssetIO::ComInit::hr {E_FAIL} |
The documentation for this struct was generated from the following file: