xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::windows::Sid::Setter Class Referencefinal

Helper class for calling functions that take an output parameter. More...

#include <xentara/utils/windows/Sid.hpp>

+ Inheritance diagram for xentara::utils::windows::Sid::Setter:

Public Member Functions

 ~Setter ()
 Destructor.
 
 operator PSID * () noexcept
 Gets a pointer that can be passed to a function that takes an output parameter.
 

Detailed Description

Helper class for calling functions that take an output parameter.

See also
setter()

Constructor & Destructor Documentation

◆ ~Setter()

xentara::utils::windows::Sid::Setter::~Setter ( )

Destructor.

Applies the value

Member Function Documentation

◆ operator PSID *()

xentara::utils::windows::Sid::Setter::operator PSID * ( )
noexcept

Gets a pointer that can be passed to a function that takes an output parameter.