Click here to Skip to main content
15,915,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CStdioFile::ReadString() Method. Pin
Chris Meech7-Oct-09 2:09
Chris Meech7-Oct-09 2:09 
QuestionCreateCompatibleBitmap() retuns 0 , and GetLastError returns 8 , what does error code 8 means? Pin
rambojanggoon6-Oct-09 8:58
rambojanggoon6-Oct-09 8:58 
AnswerRe: CreateCompatibleBitmap() retuns 0 , and GetLastError returns 8 , what does error code 8 means? Pin
CPallini6-Oct-09 9:49
mveCPallini6-Oct-09 9:49 
AnswerRe: CreateCompatibleBitmap() retuns 0 , and GetLastError returns 8 , what does error code 8 means? Pin
«_Superman_»6-Oct-09 12:21
professional«_Superman_»6-Oct-09 12:21 
Questionto change cricheditctrl's window border Pin
prithaa6-Oct-09 8:34
prithaa6-Oct-09 8:34 
AnswerRe: to change cricheditctrl's window border Pin
«_Superman_»6-Oct-09 10:53
professional«_Superman_»6-Oct-09 10:53 
GeneralRe: to change cricheditctrl's window border Pin
PJ Arends6-Oct-09 11:58
professionalPJ Arends6-Oct-09 11:58 
GeneralRe: to change cricheditctrl's window border Pin
prithaa7-Oct-09 0:25
prithaa7-Oct-09 0:25 
QuestionProperty sheet-based app has icon problems Pin
rfparker6-Oct-09 8:03
rfparker6-Oct-09 8:03 
AnswerRe: Property sheet-based app has icon problems Pin
PJ Arends6-Oct-09 10:42
professionalPJ Arends6-Oct-09 10:42 
GeneralRe: Property sheet-based app has icon problems Pin
rfparker6-Oct-09 11:03
rfparker6-Oct-09 11:03 
GeneralRe: Property sheet-based app has icon problems Pin
PJ Arends6-Oct-09 11:23
professionalPJ Arends6-Oct-09 11:23 
GeneralRe: Property sheet-based app has icon problems Pin
rfparker7-Oct-09 11:11
rfparker7-Oct-09 11:11 
AnswerRe: Property sheet-based app has icon problems Pin
Mahesh Kulkarni25-Jun-10 11:08
Mahesh Kulkarni25-Jun-10 11:08 
QuestionTable Pin
dwillms6-Oct-09 7:19
dwillms6-Oct-09 7:19 
AnswerRe: Table Pin
EliottA6-Oct-09 7:31
EliottA6-Oct-09 7:31 
AnswerRe: Table Pin
jeron16-Oct-09 7:37
jeron16-Oct-09 7:37 
AnswerRe: Table Pin
PJ Arends6-Oct-09 7:49
professionalPJ Arends6-Oct-09 7:49 
QuestionData encryption software package recommendation needed [modified] Pin
transoft6-Oct-09 6:03
transoft6-Oct-09 6:03 
AnswerRe: Data encryption software package recommendation needed Pin
«_Superman_»6-Oct-09 8:18
professional«_Superman_»6-Oct-09 8:18 
GeneralRe: Data encryption software package recommendation needed Pin
transoft6-Oct-09 8:25
transoft6-Oct-09 8:25 
QuestionHow to get list of files open by process Pin
slawekwwww6-Oct-09 6:00
slawekwwww6-Oct-09 6:00 
AnswerRe: How to get list of files open by process Pin
Randor 6-Oct-09 7:02
professional Randor 6-Oct-09 7:02 
slawekwwww wrote:
Is there any function to enumerate this files or just to get this active file name or its path?


Although it is unsupported by Microsoft it is possible to call the NtQuerySystemInformation Function[^] and populate an array of SYSTEM_HANDLE_INFORMATION structure.

Best Wishes,
-David Delaune
GeneralRe: How to get list of files open by process Pin
kilt8-Oct-09 23:37
kilt8-Oct-09 23:37 
GeneralRe: How to get list of files open by process Pin
Randor 9-Oct-09 11:57
professional Randor 9-Oct-09 11:57 

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.