![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <winrt/base.h>#include <QtCore/private/qfactorycacheregistration_p.h>#include <QtCore/QtGlobal>#include <QtCore/private/qglobal_p.h>#include <wrl/client.h>#include <functional>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | winrt |
| namespace | winrt::impl |
| namespace | ABI |
| namespace | ABI::Windows |
| namespace | ABI::Windows::Storage |
| namespace | ABI::Windows::Storage::Streams |
Macros | |
| #define | LOG_HRESULT(hr) |
| #define | HR(x) |
| #define | TRY(x) |
| #define | SAFE(x) |
Typedefs | |
| using | NativeBuffer = ABI::Windows::Storage::Streams::IBuffer |
Functions | |
| template<typename Async> | |
| auto | winrt::impl::wait_for (Async const &async, Windows::Foundation::TimeSpan const &timeout) |
| QByteArray | byteArrayFromBuffer (const Microsoft::WRL::ComPtr< NativeBuffer > &buffer, bool isWCharString=false) |
| void | mainThreadCoInit (void *caller) |
| void | mainThreadCoUninit (void *caller) |
| #define HR | ( | x | ) |
Definition at line 56 of file qbluetoothutils_winrt_p.h.
| #define LOG_HRESULT | ( | hr | ) |
Definition at line 54 of file qbluetoothutils_winrt_p.h.
| #define SAFE | ( | x | ) |
Definition at line 78 of file qbluetoothutils_winrt_p.h.
| #define TRY | ( | x | ) |
Definition at line 67 of file qbluetoothutils_winrt_p.h.
| using NativeBuffer = ABI::Windows::Storage::Streams::IBuffer |
Definition at line 102 of file qbluetoothutils_winrt_p.h.
| QT_BEGIN_NAMESPACE QByteArray byteArrayFromBuffer | ( | const Microsoft::WRL::ComPtr< NativeBuffer > & | buffer, |
| bool | isWCharString = false ) |
Definition at line 23 of file qbluetoothutils_winrt.cpp.
Definition at line 48 of file qbluetoothutils_winrt.cpp.
Referenced by QBluetoothSocketPrivateWinRT::QBluetoothSocketPrivateWinRT().
Definition at line 75 of file qbluetoothutils_winrt.cpp.
Referenced by QBluetoothSocketPrivateWinRT::~QBluetoothSocketPrivateWinRT().