| 47 | |
| 48 | |
| 49 | void SendToDllReader(char* data) { |
| 50 | PipeClient pipeClient("DllReaderTest"); |
| 51 | pipeClient.Connect(DLL_PIPE_NAME); |
| 52 | pipeClient.Send(data); |
| 53 | pipeClient.Disconnect(); |
| 54 | } |
| 55 | |
| 56 | |
| 57 | void processinfo(char* pidStr) { |
no test coverage detected