| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected