Click here to Skip to main content
15,902,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWait Until Event Occurs Pin
staticv10-Aug-09 4:50
staticv10-Aug-09 4:50 
AnswerRe: Wait Until Event Occurs Pin
Stuart Dootson10-Aug-09 8:32
professionalStuart Dootson10-Aug-09 8:32 
GeneralRe: Wait Until Event Occurs Pin
staticv10-Aug-09 20:30
staticv10-Aug-09 20:30 
GeneralRe: Wait Until Event Occurs Pin
Stuart Dootson10-Aug-09 21:01
professionalStuart Dootson10-Aug-09 21:01 
GeneralRe: Wait Until Event Occurs Pin
staticv10-Aug-09 21:25
staticv10-Aug-09 21:25 
QuestionSHGetFolderPath returns E_FAIL for CSIDL_BITBUCKET Pin
Nitheesh George10-Aug-09 4:43
Nitheesh George10-Aug-09 4:43 
AnswerRe: SHGetFolderPath returns E_FAIL for CSIDL_BITBUCKET Pin
Stuart Dootson10-Aug-09 8:27
professionalStuart Dootson10-Aug-09 8:27 
AnswerRe: SHGetFolderPath returns E_FAIL for CSIDL_BITBUCKET Pin
Randor 10-Aug-09 9:44
professional Randor 10-Aug-09 9:44 
While Stuart is correct that the Recycle Bin is considered a virtual folder... copies of the files and the INFO/INFO2 database are stored in multiple physical locations on mounted disk drive volumes.

Raymond Chen described a method for determining whether a folder is part of the recycle bin:

How can I tell that a directory is really a recycle bin?[^]

As far as I know..all folders with COM class identifier CLSID_RecycleBin have always been created in the root of the volume. So in theory you would need to enumerate all folders in the volume root directory and use Raymond's function to determine if they are part of the recycle bin.

Best Wishes,
-David Delaune
GeneralRe: SHGetFolderPath returns E_FAIL for CSIDL_BITBUCKET Pin
Stuart Dootson10-Aug-09 10:29
professionalStuart Dootson10-Aug-09 10:29 
GeneralRe: SHGetFolderPath returns E_FAIL for CSIDL_BITBUCKET Pin
Randor 10-Aug-09 11:15
professional Randor 10-Aug-09 11:15 
GeneralRe: SHGetFolderPath returns E_FAIL for CSIDL_BITBUCKET Pin
Stuart Dootson10-Aug-09 11:23
professionalStuart Dootson10-Aug-09 11:23 
GeneralRe: SHGetFolderPath returns E_FAIL for CSIDL_BITBUCKET Pin
Nitheesh George10-Aug-09 21:38
Nitheesh George10-Aug-09 21:38 
GeneralRe: SHGetFolderPath returns E_FAIL for CSIDL_BITBUCKET Pin
Randor 10-Aug-09 22:55
professional Randor 10-Aug-09 22:55 
GeneralRe: SHGetFolderPath returns E_FAIL for CSIDL_BITBUCKET Pin
kilt11-Aug-09 6:09
kilt11-Aug-09 6:09 
QuestionCan I destory other thread's child window? Pin
fitatc9-Aug-09 23:35
fitatc9-Aug-09 23:35 
QuestionRe: Can I destory other thread's child window? Pin
Adam Roderick J10-Aug-09 2:32
Adam Roderick J10-Aug-09 2:32 
QuestionInternal buffer of file Pin
trioum9-Aug-09 23:34
trioum9-Aug-09 23:34 
AnswerRe: Internal buffer of file Pin
Cedric Moonen9-Aug-09 23:52
Cedric Moonen9-Aug-09 23:52 
GeneralRe: Internal buffer of file Pin
trioum10-Aug-09 0:09
trioum10-Aug-09 0:09 
GeneralRe: Internal buffer of file Pin
Cedric Moonen10-Aug-09 0:10
Cedric Moonen10-Aug-09 0:10 
GeneralRe: Internal buffer of file Pin
trioum10-Aug-09 0:33
trioum10-Aug-09 0:33 
GeneralRe: Internal buffer of file Pin
Cedric Moonen10-Aug-09 0:59
Cedric Moonen10-Aug-09 0:59 
GeneralRe: Internal buffer of file Pin
trioum10-Aug-09 1:14
trioum10-Aug-09 1:14 
GeneralRe: Internal buffer of file Pin
Cedric Moonen10-Aug-09 1:27
Cedric Moonen10-Aug-09 1:27 
GeneralRe: Internal buffer of file Pin
David Crow10-Aug-09 2:44
David Crow10-Aug-09 2:44 

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.