2
votes
5answers
424 views
::FindWindow fails from Service application
Windows API ::FindWindow function fails when called from Service application. GetLastError() also returns 0 (success?). Is this some privilege\access right problem? Do you think it's design problem …
1
vote
4answers
498 views
Simple anonymous pipes - what wrapper model you use? (WinAPI, C++)
I have two running processes in Windows, and each process has a pipe to the other.
I want to serialize a complicated class and transmit it from one process to the other. I already have the …
0
votes
