#include <juce_win32_WinRTWrapper.h>
◆ RoGetActivationFactoryFuncPtr
typedef HRESULT(WINAPI* WinRTWrapper::RoGetActivationFactoryFuncPtr) (HSTRING, REFIID, void **) |
|
private |
◆ RoInitializeFuncPtr
typedef HRESULT(WINAPI* WinRTWrapper::RoInitializeFuncPtr) (int) |
|
private |
◆ WindowsCreateStringFuncPtr
typedef HRESULT(WINAPI* WinRTWrapper::WindowsCreateStringFuncPtr) (LPCWSTR, UINT32, HSTRING *) |
|
private |
◆ WindowsDeleteStringFuncPtr
typedef HRESULT(WINAPI* WinRTWrapper::WindowsDeleteStringFuncPtr) (HSTRING) |
|
private |
◆ WindowsGetStringRawBufferFuncPtr
typedef PCWSTR(WINAPI* WinRTWrapper::WindowsGetStringRawBufferFuncPtr) (HSTRING, UINT32 *) |
|
private |
◆ ~WinRTWrapper()
WinRTWrapper::~WinRTWrapper |
( |
| ) |
|
|
inline |
◆ WinRTWrapper()
WinRTWrapper::WinRTWrapper |
( |
| ) |
|
|
inlineprivate |
◆ deleteAll()
static void DeletedAtShutdown::deleteAll |
( |
| ) |
|
|
staticinherited |
Deletes all extant objects.
This shouldn't be used by applications, as it's called automatically in the shutdown code of the JUCEApplicationBase class.
◆ getWRLFactory()
template<class ComClass >
◆ hStringToString()
String WinRTWrapper::hStringToString |
( |
HSTRING |
hstr | ) |
|
|
inline |
◆ isInitialised()
bool WinRTWrapper::isInitialised |
( |
| ) |
const |
|
inlinenoexcept |
◆ juce_DeclareSingleton()
◆ createHString
◆ deleteHString
◆ getHStringRawBuffer
◆ initialised
bool WinRTWrapper::initialised = false |
|
private |
◆ roGetActivationFactory
◆ roInitialize
◆ winRTHandle
HMODULE WinRTWrapper::winRTHandle = nullptr |
|
private |
The documentation for this class was generated from the following file: