This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <winrt/Windows.System.h> | |
| winrt::Windows::System::DispatcherQueue CreateDispatcherQueue() | |
| { | |
| auto coreMsgLib = LoadLibrary(L"CoreMessaging.dll"); | |
| typedef HRESULT(WINAPI* CreateDispatcherQueueForCurrentThread)( | |
| _Deref_out_ ABI::Windows::System::IDispatcherQueue** dispatcherQueueController); | |
| auto pCreateDispatcherQueueForCurrentThread = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <Unknwn.h> | |
| #include <Windows.h> | |
| #include <wrl\implements.h> | |
| #include <comutil.h> | |
| #include <dcomp.h> | |
| #include <dwmapi.h> | |
| #include <dxgi1_3.h> | |
| #include <d3d11_2.h> | |
| #include <d2d1_2.h> | |
| #include <d2d1_2helper.h> |
OlderNewer