MCPcopy Create free account
hub / github.com/Schnocker/NoEye / GetInstance

Method GetInstance

NoEye/ServiceConnection.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 DWORD XDriver::dwProcessId;
14
15 XDriver* XDriver::GetInstance()
16 {
17 if (!Instance)
18 Instance = new XDriver;
19 return Instance;
20 }
21 XDriver::XDriver()
22 {
23 o_NtCreateFile = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected