Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionChallenges of running an application on multi core environment Pin
coder21k7-Feb-10 21:11
coder21k7-Feb-10 21:11 
AnswerRe: Challenges of running an application on multi core environment Pin
Iain Clarke, Warrior Programmer8-Feb-10 0:00
Iain Clarke, Warrior Programmer8-Feb-10 0:00 
AnswerRe: Challenges of running an application on multi core environment Pin
CPallini8-Feb-10 2:04
mveCPallini8-Feb-10 2:04 
GeneralRe: Challenges of running an application on multi core environment Pin
coder21k8-Feb-10 17:44
coder21k8-Feb-10 17:44 
AnswerRe: Challenges of running an application on multi core environment Pin
ThatsAlok9-Feb-10 0:22
ThatsAlok9-Feb-10 0:22 
QuestionFind all Machines in Domain or Workgroup. Pin
Le@rner7-Feb-10 19:37
Le@rner7-Feb-10 19:37 
QuestionRe: Find all Machines in Domain or Workgroup. Pin
David Crow8-Feb-10 5:04
David Crow8-Feb-10 5:04 
AnswerRe: Find all Machines in Domain or Workgroup. Pin
Le@rner8-Feb-10 17:17
Le@rner8-Feb-10 17:17 
i m using it like this.

LPSERVER_INFO_101 pBuf = NULL;
    LPSERVER_INFO_101 pTmpBuf;
    DWORD dwLevel = 101;
    DWORD dwPrefMaxLen = -1;
    DWORD dwEntriesRead = 0;
    DWORD dwTotalEntries = 0;
    DWORD dwTotalCount = 0;
    DWORD dwServerType = SV_TYPE_ALL;
    DWORD dwResumeHandle = 0;
    NET_API_STATUS nStatus;
    LPTSTR pszServerName = NULL;
    DWORD i;
    nStatus = NetServerEnum(NULL,dwLevel,(LPBYTE *) &pBuf,dwPrefMaxLen,&dwEntriesRead,
                           &dwTotalEntries,dwServerType,NULL,&dwResumeHandle);


now please tell me where i m going wrong.
To accomplish great things, we must not only act, but also dream;
not only plan, but also believe.

QuestionRe: Find all Machines in Domain or Workgroup. Pin
David Crow9-Feb-10 3:30
David Crow9-Feb-10 3:30 
QuestionA program in task bar Pin
kk.tvm7-Feb-10 19:02
kk.tvm7-Feb-10 19:02 
AnswerRe: A program in task bar Pin
«_Superman_»7-Feb-10 19:39
professional«_Superman_»7-Feb-10 19:39 
QuestionHelp - Some Registry Settings not Applicable on Server. Pin
Le@rner7-Feb-10 18:11
Le@rner7-Feb-10 18:11 
AnswerRe: Help - Some Registry Settings not Applicable on Server. Pin
Kushagra Tiwari7-Feb-10 19:13
Kushagra Tiwari7-Feb-10 19:13 
GeneralRe: Help - Some Registry Settings not Applicable on Server. Pin
Le@rner7-Feb-10 22:14
Le@rner7-Feb-10 22:14 
QuestionHOWTO: how to add watermark to bitmap/jpg file? Pin
Symfund7-Feb-10 15:03
Symfund7-Feb-10 15:03 
AnswerRe: HOWTO: how to add watermark to bitmap/jpg file? Pin
CPallini7-Feb-10 21:00
mveCPallini7-Feb-10 21:00 
Question[Solved]Loading a certificate and creating a PCCERT_CONTEXT returns 2148086027 [modified] Pin
mmavipc37-Feb-10 11:55
mmavipc37-Feb-10 11:55 
QuestionFormatting text based on delimeter Pin
gregarion7-Feb-10 9:22
gregarion7-Feb-10 9:22 
AnswerRe: Formatting text based on delimeter Pin
Garth J Lancaster7-Feb-10 9:47
professionalGarth J Lancaster7-Feb-10 9:47 
QuestionHow do you type the "or" Pin
fudgemaster7-Feb-10 5:15
fudgemaster7-Feb-10 5:15 
AnswerRe: How do you type the "or" Pin
CPallini7-Feb-10 5:53
mveCPallini7-Feb-10 5:53 
GeneralRe: How do you type the "or" Pin
Tim Craig7-Feb-10 13:47
Tim Craig7-Feb-10 13:47 
AnswerRe: How do you type the "or" Pin
Luc Pattyn7-Feb-10 14:47
sitebuilderLuc Pattyn7-Feb-10 14:47 
GeneralRe: How do you type the "or" Pin
Tim Craig7-Feb-10 18:12
Tim Craig7-Feb-10 18:12 
GeneralRe: How do you type the "or" Pin
CPallini7-Feb-10 20:46
mveCPallini7-Feb-10 20:46 

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.