Click here to Skip to main content
15,897,090 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp finding hook dll Pin
michaelnoam3-Jul-05 22:09
michaelnoam3-Jul-05 22:09 
GeneralRe: Help finding hook dll Pin
munawar19683-Jul-05 23:28
munawar19683-Jul-05 23:28 
GeneralRe: Help finding hook dll Pin
michaelnoam3-Jul-05 23:41
michaelnoam3-Jul-05 23:41 
GeneralRe: Help finding hook dll Pin
munawar19683-Jul-05 23:47
munawar19683-Jul-05 23:47 
GeneralRe: Help finding hook dll Pin
CorvetteZ06064-Jul-05 8:53
CorvetteZ06064-Jul-05 8:53 
GeneralRe: Help finding hook dll Pin
munawar19684-Jul-05 18:20
munawar19684-Jul-05 18:20 
GeneralRe: Help finding hook dll Pin
CorvetteZ06064-Jul-05 19:20
CorvetteZ06064-Jul-05 19:20 
Questionhow to get the domain name from a computer Pin
akayoku3-Jul-05 22:02
akayoku3-Jul-05 22:02 
When I'm trying to get the Domain Name, I make use of the following functions. However, in the domain field, it is NULL.

nStatus = NetServerEnum(NULL,dwLevel,<br />
                           (LPBYTE *) &pBuf,<br />
                           dwPrefMaxLen,<br />
                           &dwEntriesRead,<br />
                           &dwTotalEntries,<br />
                           dwServerType,<br />
                           NULL,<br />
                           &dwResumeHandle);


I do not want to make my whole program complicated. I only want to add a single function to extract the domain name. Please help.

~~~~ Landy
AnswerRe: how to get the domain name from a computer Pin
2249174-Jul-05 1:27
2249174-Jul-05 1:27 
GeneralRe: how to get the domain name from a computer Pin
Anonymous4-Jul-05 16:38
Anonymous4-Jul-05 16:38 
GeneralRe: how to get the domain name from a computer Pin
2249174-Jul-05 17:24
2249174-Jul-05 17:24 
AnswerRe: how to get the domain name from a computer Pin
David Crow4-Jul-05 11:27
David Crow4-Jul-05 11:27 
GeneralName of this service Pin
Bernhard Hofmann3-Jul-05 20:53
Bernhard Hofmann3-Jul-05 20:53 
GeneralRe: Name of this service Pin
2249173-Jul-05 21:43
2249173-Jul-05 21:43 
GeneralRe: Name of this service Pin
Bernhard Hofmann3-Jul-05 22:07
Bernhard Hofmann3-Jul-05 22:07 
General&quot;See Also&quot; in WinXP UI Pin
Naveen_mah3-Jul-05 20:12
Naveen_mah3-Jul-05 20:12 
GeneralMenu in propertysheet Pin
Anonymous3-Jul-05 20:02
Anonymous3-Jul-05 20:02 
GeneralRemote Installation Pin
vinodraut3-Jul-05 19:35
vinodraut3-Jul-05 19:35 
GeneralRe: Remote Installation Pin
2249174-Jul-05 0:37
2249174-Jul-05 0:37 
QuestionShow Dialog in my ActiveX? Pin
sharkmouse3-Jul-05 19:22
sharkmouse3-Jul-05 19:22 
GeneralExtending C/C++ to include new &quot;objects&quot; Pin
CorvetteZ06063-Jul-05 18:57
CorvetteZ06063-Jul-05 18:57 
GeneralRe: Extending C/C++ to include new &quot;objects&quot; Pin
Christian Graus3-Jul-05 19:00
protectorChristian Graus3-Jul-05 19:00 
GeneralRe: Extending C/C++ to include new &quot;objects&quot; Pin
CorvetteZ06063-Jul-05 19:08
CorvetteZ06063-Jul-05 19:08 
GeneralRe: Extending C/C++ to include new &quot;objects&quot; Pin
Stuart Konen3-Jul-05 20:47
Stuart Konen3-Jul-05 20:47 
Questionhow to enume hosts of my LAN Pin
yanping wang3-Jul-05 18:28
yanping wang3-Jul-05 18:28 

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.