libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::NTUtils::CurrentSecurityID Class Reference

#include <NTSecuritySettings.hpp>

Public Member Functions

__stdcall CurrentSecurityID (void)
 
__stdcall ~CurrentSecurityID (void) noexcept(true)
 
__fastcall operator SID * () noexcept(true)
 

Detailed Description

The documentation states that the call to "CoQueryClientBlanket(...)" will only work on Win2K or higher. So on lower versions of NT you'll just get a NULL SID pointer.

Definition at line 140 of file NTSecuritySettings.hpp.

Constructor & Destructor Documentation

◆ CurrentSecurityID()

__stdcall jmmcg::NTUtils::CurrentSecurityID::CurrentSecurityID ( void  )
inline

Definition at line 142 of file NTSecuritySettings.hpp.

◆ ~CurrentSecurityID()

__stdcall jmmcg::NTUtils::CurrentSecurityID::~CurrentSecurityID ( void  )
inlinenoexcept

Definition at line 152 of file NTSecuritySettings.hpp.

Member Function Documentation

◆ operator SID *()

__fastcall jmmcg::NTUtils::CurrentSecurityID::operator SID * ( )
inlinenoexcept

Definition at line 155 of file NTSecuritySettings.hpp.


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