MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / AddRef

Method AddRef

WinArk/SecurityInfo.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18ULONG __stdcall SecurityInfo::AddRef(void) {
19 return 2;
20}
21
22ULONG __stdcall SecurityInfo::Release(void) {
23 return 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected