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

C / C++ / MFC

 
QuestionRe: Error "member function already defined or declared" Pin
Niklas L16-Mar-11 1:58
Niklas L16-Mar-11 1:58 
AnswerRe: Error "member function already defined or declared" Pin
Miwin Solutions16-Mar-11 3:41
Miwin Solutions16-Mar-11 3:41 
GeneralRe: Error "member function already defined or declared" Pin
Niklas L16-Mar-11 3:59
Niklas L16-Mar-11 3:59 
GeneralRe: Error "member function already defined or declared" Pin
Miwin Solutions17-Mar-11 7:43
Miwin Solutions17-Mar-11 7:43 
Questionhow to get all handles of process Pin
so0_lanhlung216-Mar-11 0:09
so0_lanhlung216-Mar-11 0:09 
AnswerRe: how to get all handles of process Pin
Code-o-mat16-Mar-11 0:58
Code-o-mat16-Mar-11 0:58 
GeneralRe: how to get all handles of process Pin
so0_lanhlung216-Mar-11 5:10
so0_lanhlung216-Mar-11 5:10 
AnswerRe: how to get all handles of process Pin
Nuri Ismail16-Mar-11 1:04
Nuri Ismail16-Mar-11 1:04 
If you want to retrieve the number of opened handles by given process you can use GetProcessHandleCount[^]. Note that minimum supported clients for this function are Windows Vista and Windows XP with SP1.

If you want to support older windows versions you can use NtQuerySystemInformation[^]. Look for SYSTEM_PROCESS_INFORMATION class and read the documentation carefully before using this function.

I hope this helps.
GeneralRe: how to get all handles of process Pin
so0_lanhlung216-Mar-11 5:09
so0_lanhlung216-Mar-11 5:09 
GeneralRe: how to get all handles of process Pin
Nuri Ismail16-Mar-11 7:00
Nuri Ismail16-Mar-11 7:00 
QuestionHow to write a safe RPC program? Pin
Finix15-Mar-11 23:22
Finix15-Mar-11 23:22 
QuestionCan we put dot [ . ] in the name of Win32 dll Pin
pandit8415-Mar-11 21:55
pandit8415-Mar-11 21:55 
AnswerRe: Can we put dot [ . ] in the name of Win32 dll Pin
_AnsHUMAN_ 15-Mar-11 23:06
_AnsHUMAN_ 15-Mar-11 23:06 
QuestionIssue to write a value 10 using fwrite Pin
cancerion15-Mar-11 20:10
cancerion15-Mar-11 20:10 
AnswerRe: Issue to write a value 10 using fwrite Pin
«_Superman_»15-Mar-11 20:20
professional«_Superman_»15-Mar-11 20:20 
GeneralRe: Issue to write a value 10 using fwrite Pin
cancerion15-Mar-11 20:55
cancerion15-Mar-11 20:55 
GeneralRe: Issue to write a value 10 using fwrite Pin
cancerion15-Mar-11 21:10
cancerion15-Mar-11 21:10 
AnswerRe: Issue to write a value 10 using fwrite Pin
Luc Pattyn16-Mar-11 0:09
sitebuilderLuc Pattyn16-Mar-11 0:09 
QuestionHow to Capture Screenshot of a Full Screen Game Made with Direct X Pin
SoftwareDeveloperGoa15-Mar-11 8:36
SoftwareDeveloperGoa15-Mar-11 8:36 
QuestionWriting vKVM/VNC/Remote Desktop Server using C in LINUX Pin
Andy Rama15-Mar-11 4:55
Andy Rama15-Mar-11 4:55 
AnswerRe: Writing vKVM/VNC/Remote Desktop Server using C in LINUX Pin
Richard MacCutchan15-Mar-11 5:53
mveRichard MacCutchan15-Mar-11 5:53 
AnswerRe: Writing vKVM/VNC/Remote Desktop Server using C in LINUX Pin
CPallini15-Mar-11 9:12
mveCPallini15-Mar-11 9:12 
GeneralRe: Writing vKVM/VNC/Remote Desktop Server using C in LINUX Pin
Albert Holguin15-Mar-11 18:19
professionalAlbert Holguin15-Mar-11 18:19 
QuestionGetting the Application Path Pin
pix_programmer15-Mar-11 2:09
pix_programmer15-Mar-11 2:09 
AnswerRe: Getting the Application Path Pin
Niklas L15-Mar-11 2:22
Niklas L15-Mar-11 2: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.