I have the same program runnning on several different machines. I would like to know which machine produced which output. Also, for security reasons, I would like to know if some outside machine was used to produce the system's output. To solve this problem, I would like to get the machine address of the computer that produced the output. Is there a C++ function that will return this?
>I have the same program runnning on several different machines. I > would like to know which machine produced which output. Also, for > security reasons, I would like to know if some outside machine was > used to produce the system's output. To solve this problem, I would > like to get the machine address of the computer that produced the > output. Is there a C++ function that will return this?
This is platform specific. Please ask in comp.os.ms-windows.programmer.win32 e.g.