Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Sid
Method
Sid
WinSysCore/Sid.cpp:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
using namespace WinSys;
6
7
Sid::Sid() {
8
::memset(_buffer, 0, sizeof(_buffer));
9
}
10
11
Sid::Sid(PSID sid) {
12
::CopySid(sizeof(_buffer), (PSID)*this, sid);
Callers
1
GetColumnText
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected