MCPcopy 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

5using namespace WinSys;
6
7Sid::Sid() {
8 ::memset(_buffer, 0, sizeof(_buffer));
9}
10
11Sid::Sid(PSID sid) {
12 ::CopySid(sizeof(_buffer), (PSID)*this, sid);

Callers 1

GetColumnTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected