Click here to Skip to main content
15,895,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Interactive Service on Vista Pin
Mark Salsbery15-Sep-08 13:19
Mark Salsbery15-Sep-08 13:19 
AnswerRe: Interactive Service on Vista Pin
Mark Salsbery15-Sep-08 13:41
Mark Salsbery15-Sep-08 13:41 
GeneralRe: Interactive Service on Vista Pin
Peter Weyzen15-Sep-08 14:12
Peter Weyzen15-Sep-08 14:12 
GeneralRe: Interactive Service on Vista Pin
Mark Salsbery15-Sep-08 14:28
Mark Salsbery15-Sep-08 14:28 
GeneralRe: Interactive Service on Vista Pin
Peter Weyzen15-Sep-08 15:24
Peter Weyzen15-Sep-08 15:24 
GeneralRe: Interactive Service on Vista Pin
Mark Salsbery16-Sep-08 7:42
Mark Salsbery16-Sep-08 7:42 
Questionnamed pipes problems Pin
ofeririko15-Sep-08 7:42
ofeririko15-Sep-08 7:42 
AnswerRe: named pipes problems Pin
Roger Stoltz15-Sep-08 10:33
Roger Stoltz15-Sep-08 10:33 
I haven't used pipes for a while, but I'm quite certain that the ...Comm... functions only operates on communication devices such as serial COM or parallel ports.
The DCB struct in particular has members that sets baudrate, parity and such, which doesn't make sense on pipes.
If you check the return values of those functions I'm pretty sure they will all return FALSE.

Open the pipe in overlapped mode instead. That will give you the possibility to do other things than just waiting on a blocking read request.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


QuestionMessage Only Window? Pin
Joseph Marzbani15-Sep-08 7:22
Joseph Marzbani15-Sep-08 7:22 
AnswerRe: Message Only Window? Pin
James R. Twine15-Sep-08 7:30
James R. Twine15-Sep-08 7:30 
AnswerRe: Message Only Window? Pin
auralius manurung15-Sep-08 17:52
auralius manurung15-Sep-08 17:52 
QuestionStudio Tools - Spy++ Pin
john john mackey15-Sep-08 7:20
john john mackey15-Sep-08 7:20 
QuestionRSA Encryption/Decryption Pin
Kdss15-Sep-08 5:28
Kdss15-Sep-08 5:28 
AnswerRe: RSA Encryption/Decryption Pin
SandipG 15-Sep-08 5:49
SandipG 15-Sep-08 5:49 
Questioncalling a static function Pin
steph515-Sep-08 5:26
steph515-Sep-08 5:26 
AnswerRe: calling a static function Pin
Mark Salsbery15-Sep-08 5:39
Mark Salsbery15-Sep-08 5:39 
GeneralRe: OT Pin
toxcct15-Sep-08 5:44
toxcct15-Sep-08 5:44 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 5:45
Mark Salsbery15-Sep-08 5:45 
GeneralRe: OT Pin
toxcct15-Sep-08 5:48
toxcct15-Sep-08 5:48 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 5:59
Mark Salsbery15-Sep-08 5:59 
GeneralRe: OT Pin
john john mackey15-Sep-08 7:24
john john mackey15-Sep-08 7:24 
GeneralRe: OT Pin
David Crow15-Sep-08 5:53
David Crow15-Sep-08 5:53 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 6:01
Mark Salsbery15-Sep-08 6:01 
GeneralRe: OT Pin
CPallini15-Sep-08 6:10
mveCPallini15-Sep-08 6:10 
GeneralRe: OT Pin
toxcct15-Sep-08 7:22
toxcct15-Sep-08 7:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.