Agora  1.2.0
Agora project
spdlog::sinks::win_eventlog::internal::sid_t Struct Reference

#include <win_eventlog_sink.h>

Public Member Functions

 sid_t ()
 
SID * as_sid () const
 

Static Public Member Functions

static sid_t duplicate_sid (PSID psid)
 
static sid_t get_current_user_sid ()
 

Public Attributes

std::vector< char > buffer_
 

Detailed Description

Wrapper for security identifiers (SID) on Windows

Constructor & Destructor Documentation

◆ sid_t()

spdlog::sinks::win_eventlog::internal::sid_t::sid_t ( )
inline

Member Function Documentation

◆ as_sid()

SID* spdlog::sinks::win_eventlog::internal::sid_t::as_sid ( ) const
inline

Retrieves pointer to the internal buffer contents as SID*

Here is the caller graph for this function:

◆ duplicate_sid()

static sid_t spdlog::sinks::win_eventlog::internal::sid_t::duplicate_sid ( PSID  psid)
inlinestatic

creates a wrapped SID copy

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_current_user_sid()

static sid_t spdlog::sinks::win_eventlog::internal::sid_t::get_current_user_sid ( )
inlinestatic

Get SID for the current user

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ buffer_

std::vector<char> spdlog::sinks::win_eventlog::internal::sid_t::buffer_

The documentation for this struct was generated from the following file: