MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / AddRef

Method AddRef

projects/WinDurango.KernelX/src/EraNetworking.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69ULONG NetworkInformationEra::AddRef()
70{
71 return InterlockedIncrement(&m_RefCount);
72}
73
74ULONG NetworkInformationEra::Release()
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected