Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalusing complex template functions Pin
oRion16-Aug-02 22:49
oRion16-Aug-02 22:49 
GeneralRe: using complex template functions Pin
peterchen16-Aug-02 23:49
peterchen16-Aug-02 23:49 
GeneralRe: using complex template functions Pin
oRion17-Aug-02 2:43
oRion17-Aug-02 2:43 
GeneralRe: using complex template functions Pin
Sijin18-Aug-02 20:48
Sijin18-Aug-02 20:48 
GeneralNetworking API Pin
helsten216-Aug-02 21:47
helsten216-Aug-02 21:47 
GeneralRe: Networking API Pin
Anonymous17-Aug-02 4:42
Anonymous17-Aug-02 4:42 
GeneralRe: Networking API Pin
helsten217-Aug-02 6:10
helsten217-Aug-02 6:10 
GeneralRe: Networking API Pin
Daniel Lohmann17-Aug-02 11:34
Daniel Lohmann17-Aug-02 11:34 
If you think of "connected to the network" as beeing physically connected to the network, ther are no APIs that could give you this information. This is heavily protocol and client configuration dependend.

However, if you mean that the machine establishes a session e.g. to the domain controller, you should take a look at the NetXXX Apis, especially NetSessionEnum() could be of help. However, you have to poll it, there is no ready-to-use notification mechanism available.

--

Daniel Lohmann

http://www.losoft.de
(Hey, this page is worth looking! You can find some free and handy NT tools there Big Grin | :-D )
GeneralRe: Networking API Pin
helsten217-Aug-02 11:39
helsten217-Aug-02 11:39 
GeneralRe: Networking API Pin
dlhson17-Aug-02 9:04
dlhson17-Aug-02 9:04 
GeneralRe: Networking API Pin
helsten217-Aug-02 9:57
helsten217-Aug-02 9:57 
GeneralControlling iostream display behaviour. Pin
oRion16-Aug-02 20:45
oRion16-Aug-02 20:45 
GeneralRe: Controlling iostream display behaviour. Pin
Sijin17-Aug-02 1:21
Sijin17-Aug-02 1:21 
GeneralRe: Controlling iostream display behaviour. Pin
oRion17-Aug-02 2:37
oRion17-Aug-02 2:37 
GeneralRe: Controlling iostream display behaviour. Pin
Sijin18-Aug-02 20:51
Sijin18-Aug-02 20:51 
General.fon file format Pin
surbinsho16-Aug-02 18:59
surbinsho16-Aug-02 18:59 
GeneralRe: .fon file format Pin
Roger Allen19-Aug-02 5:04
Roger Allen19-Aug-02 5:04 
GeneralRe: Invalidate problem Pin
Daniel Ferguson16-Aug-02 21:14
Daniel Ferguson16-Aug-02 21:14 
GeneralRe: Invalidate problem Pin
Zayax16-Aug-02 23:07
Zayax16-Aug-02 23:07 
GeneralRe: Invalidate problem Pin
Anonymous17-Aug-02 4:12
Anonymous17-Aug-02 4:12 
GeneralRe: Invalidate problem Pin
dlhson17-Aug-02 9:09
dlhson17-Aug-02 9:09 
Questionhow to get access to accept null values through code? Pin
nss16-Aug-02 17:09
nss16-Aug-02 17:09 
AnswerRe: how to get access to accept null values through code? Pin
Todd Smith16-Aug-02 17:32
Todd Smith16-Aug-02 17:32 
GeneralRe: how to get access to accept null values through code? Pin
nss16-Aug-02 18:08
nss16-Aug-02 18:08 
GeneralRe: how to get access to accept null values through code? Pin
nss16-Aug-02 18:13
nss16-Aug-02 18:13 

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.