WinStd
Additional templates and function helpers for Microsoft Windows using Standard C++ classes
|
This is the complete list of members for winstd::event_provider, including all inherited members.
attach(_In_opt_ handle_type h) noexcept | winstd::handle< REGHANDLE, NULL > | inline |
create(_In_ LPCGUID ProviderId) | winstd::event_provider | inline |
detach() | winstd::handle< REGHANDLE, NULL > | inline |
enable_callback(_In_ LPCGUID SourceId, _In_ ULONG IsEnabled, _In_ UCHAR Level, _In_ ULONGLONG MatchAnyKeyword, _In_ ULONGLONG MatchAllKeyword, _In_opt_ PEVENT_FILTER_DESCRIPTOR FilterData) | winstd::event_provider | inlineprotectedvirtual |
enable_callback(_In_ LPCGUID SourceId, _In_ ULONG IsEnabled, _In_ UCHAR Level, _In_ ULONGLONG MatchAnyKeyword, _In_ ULONGLONG MatchAllKeyword, _In_opt_ PEVENT_FILTER_DESCRIPTOR FilterData, _Inout_opt_ PVOID CallbackContext) | winstd::event_provider | inlineprotectedstatic |
free() | winstd::handle< REGHANDLE, NULL > | inline |
free_internal() noexcept override | winstd::event_provider | inlineprotectedvirtual |
handle() noexcept | winstd::handle< REGHANDLE, NULL > | inline |
handle(_In_opt_ handle_type h) noexcept | winstd::handle< REGHANDLE, NULL > | inline |
handle(_Inout_ handle< handle_type, INVAL > &&h) noexcept | winstd::handle< REGHANDLE, NULL > | inline |
handle_type typedef | winstd::handle< REGHANDLE, NULL > | |
invalid | winstd::handle< REGHANDLE, NULL > | static |
m_h | winstd::handle< REGHANDLE, NULL > | protected |
operator handle_type() const | winstd::handle< REGHANDLE, NULL > | inline |
operator!() const | winstd::handle< REGHANDLE, NULL > | inline |
operator!=(_In_opt_ handle_type h) const | winstd::handle< REGHANDLE, NULL > | inline |
operator&() | winstd::handle< REGHANDLE, NULL > | inline |
operator*() const | winstd::handle< REGHANDLE, NULL > | inline |
operator->() const | winstd::handle< REGHANDLE, NULL > | inline |
operator<(_In_opt_ handle_type h) const | winstd::handle< REGHANDLE, NULL > | inline |
operator<=(_In_opt_ handle_type h) const | winstd::handle< REGHANDLE, NULL > | inline |
operator=(_In_opt_ handle_type h) noexcept | winstd::handle< REGHANDLE, NULL > | inline |
operator=(_Inout_ handle< handle_type, INVAL > &&h) noexcept | winstd::handle< REGHANDLE, NULL > | inline |
operator==(_In_opt_ handle_type h) const | winstd::handle< REGHANDLE, NULL > | inline |
operator>(_In_opt_ handle_type h) const | winstd::handle< REGHANDLE, NULL > | inline |
operator>=(_In_opt_ handle_type h) const | winstd::handle< REGHANDLE, NULL > | inline |
write(_In_ PCEVENT_DESCRIPTOR EventDescriptor) | winstd::event_provider | inline |
write(_In_ PCEVENT_DESCRIPTOR EventDescriptor, _In_ ULONG UserDataCount=0, _In_opt_count_(UserDataCount) PEVENT_DATA_DESCRIPTOR UserData=NULL) | winstd::event_provider | inline |
write(_In_ PCEVENT_DESCRIPTOR EventDescriptor, _In_ const EVENT_DATA_DESCRIPTOR param1,...) | winstd::event_provider | inline |
write(_In_ PCEVENT_DESCRIPTOR EventDescriptor, _In_ va_list arg) | winstd::event_provider | inline |
write(_In_ UCHAR Level, _In_ ULONGLONG Keyword, _In_z_ _Printf_format_string_ PCWSTR String,...) | winstd::event_provider | inline |
~event_provider() | winstd::event_provider | inlinevirtual |