Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionEnumerate Network print jobs Pin
San24684-Jun-07 19:57
San24684-Jun-07 19:57 
AnswerRe: Enumerate Network print jobs Pin
Naveen4-Jun-07 20:18
Naveen4-Jun-07 20:18 
GeneralRe: Enumerate Network print jobs Pin
San24684-Jun-07 20:41
San24684-Jun-07 20:41 
GeneralRe: Enumerate Network print jobs Pin
Naveen4-Jun-07 20:49
Naveen4-Jun-07 20:49 
QuestionNamedpipe Pin
charian09204-Jun-07 19:29
charian09204-Jun-07 19:29 
AnswerRe: Namedpipe Pin
Mark Salsbery5-Jun-07 5:33
Mark Salsbery5-Jun-07 5:33 
GeneralRe: Namedpipe Pin
charian092024-Jun-07 22:41
charian092024-Jun-07 22:41 
QuestionRe: Namedpipe Pin
Mark Salsbery25-Jun-07 7:30
Mark Salsbery25-Jun-07 7:30 
Hmm I'm not sure how you're getting 7.

I tried your code after a single CreateNamedPipe() call and got 1, as expected.

The instance count should remain equal to the number of CreateNamedPipe() calls you've made
for a given name until you've closed the handle to the pipe instance.

This may not be useful to you.

What do you need to wait for before exiting your process ? Are you waiting for all clients
to disconnect?

Mark


"Go that way, really fast. If something gets in your way, turn."

QuestionRe: Namedpipe [modified] Pin
charian092025-Jun-07 23:42
charian092025-Jun-07 23:42 
Questionhow to disable collapsing a tree item? Pin
nathan74-Jun-07 17:24
nathan74-Jun-07 17:24 
AnswerRe: how to disable collapsing a tree item? Pin
Naveen4-Jun-07 17:37
Naveen4-Jun-07 17:37 
GeneralRe: how to disable collapsing a tree item? Pin
nathan74-Jun-07 18:26
nathan74-Jun-07 18:26 
GeneralRe: how to disable collapsing a tree item? Pin
nathan74-Jun-07 18:34
nathan74-Jun-07 18:34 
GeneralRe: how to disable collapsing a tree item? Pin
Naveen4-Jun-07 19:03
Naveen4-Jun-07 19:03 
GeneralRe: how to disable collapsing a tree item? Pin
Naveen4-Jun-07 18:39
Naveen4-Jun-07 18:39 
GeneralRe: how to disable collapsing a tree item? Pin
nathan74-Jun-07 19:15
nathan74-Jun-07 19:15 
GeneralRe: how to disable collapsing a tree item? Pin
Naveen4-Jun-07 19:26
Naveen4-Jun-07 19:26 
GeneralRe: how to disable collapsing a tree item? Pin
nathan74-Jun-07 19:53
nathan74-Jun-07 19:53 
Questionhow to set font color of a single tree item? Pin
nathan74-Jun-07 17:17
nathan74-Jun-07 17:17 
AnswerRe: how to set font color of a single tree item? Pin
Naveen4-Jun-07 17:34
Naveen4-Jun-07 17:34 
AnswerRe: how to set font color of a single tree item? Pin
Hamid_RT4-Jun-07 20:39
Hamid_RT4-Jun-07 20:39 
QuestionConsume a Web Service via C++ Pin
rluckwell4-Jun-07 14:39
rluckwell4-Jun-07 14:39 
AnswerRe: Consume a Web Service via C++ Pin
prasad_som4-Jun-07 19:58
prasad_som4-Jun-07 19:58 
GeneralRe: Consume a Web Service via C++ Pin
rluckwell5-Jun-07 13:21
rluckwell5-Jun-07 13:21 
QuestionCFile to read binary file Pin
gurucplusplus4-Jun-07 13:10
gurucplusplus4-Jun-07 13:10 

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.