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

C / C++ / MFC

 
QuestionSHFileoperation Pin
Vjys30-Mar-07 0:26
Vjys30-Mar-07 0:26 
AnswerRe: SHFileoperation [modified] Pin
prasad_som30-Mar-07 0:32
prasad_som30-Mar-07 0:32 
GeneralRe: SHFileoperation Pin
Vjys30-Mar-07 1:13
Vjys30-Mar-07 1:13 
AnswerRe: SHFileoperation Pin
prasad_som30-Mar-07 1:42
prasad_som30-Mar-07 1:42 
GeneralRe: SHFileoperation Pin
Vjys30-Mar-07 2:07
Vjys30-Mar-07 2:07 
AnswerRe: SHFileoperation Pin
prasad_som30-Mar-07 2:11
prasad_som30-Mar-07 2:11 
GeneralRe: SHFileoperation Pin
Vjys30-Mar-07 2:23
Vjys30-Mar-07 2:23 
GeneralRe: SHFileoperation Pin
Programm3r30-Mar-07 1:45
Programm3r30-Mar-07 1:45 
Have a look at the
typedef struct _SHFILEOPSTRUCT {
    HWND hwnd;
    UINT wFunc;
    LPCTSTR pFrom;
    LPCTSTR pTo;
    FILEOP_FLAGS fFlags;
    BOOL fAnyOperationsAborted;
    LPVOID hNameMappings;
    LPCTSTR lpszProgressTitle;
} SHFILEOPSTRUCT, *LPSHFILEOPSTRUCT;

structure.

I.E:
wFunc
Value that indicates which operation to perform. This member can be one of the following values.
FO_COPY
Copy the files specified in the pFrom member to the location specified in the pTo member.
FO_DELETE
Delete the files specified in pFrom.
FO_MOVE
Move the files specified in pFrom to the location specified in pTo.
FO_RENAME
Rename the file specified in pFrom. You cannot use this flag to rename multiple files with a single function call. Use FO_MOVE instead.


Have a look Here[^]

Regards,


The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

My Blog: ^_^

QuestionRe: SHFileoperation Pin
Programm3r30-Mar-07 1:16
Programm3r30-Mar-07 1:16 
AnswerRe: SHFileoperation Pin
Programm3r30-Mar-07 1:18
Programm3r30-Mar-07 1:18 
AnswerRe: SHFileoperation Pin
ThatsAlok1-Apr-07 20:57
ThatsAlok1-Apr-07 20:57 
QuestionPost message to main thread? [modified] Pin
LiYS29-Mar-07 23:19
LiYS29-Mar-07 23:19 
AnswerRe: Post message to main thread? Pin
Naveen29-Mar-07 23:27
Naveen29-Mar-07 23:27 
GeneralRe: Post message to main thread? Pin
LiYS29-Mar-07 23:41
LiYS29-Mar-07 23:41 
GeneralRe: Post message to main thread? Pin
Naveen29-Mar-07 23:45
Naveen29-Mar-07 23:45 
AnswerRe: Post message to main thread? Pin
Parthi_Appu29-Mar-07 23:40
Parthi_Appu29-Mar-07 23:40 
GeneralRe: Post message to main thread? Pin
LiYS29-Mar-07 23:42
LiYS29-Mar-07 23:42 
AnswerRe: Post message to main thread? Pin
prasad_som29-Mar-07 23:56
prasad_som29-Mar-07 23:56 
AnswerRe: Post message to main thread? Pin
ThatsAlok1-Apr-07 20:56
ThatsAlok1-Apr-07 20:56 
QuestionSSL, Bandwidth, & High Latency... Pin
Peter Weyzen29-Mar-07 22:29
Peter Weyzen29-Mar-07 22:29 
AnswerRe: SSL, Bandwidth, & High Latency... Pin
Mark Salsbery30-Mar-07 7:15
Mark Salsbery30-Mar-07 7:15 
GeneralRe: SSL, Bandwidth, & High Latency... Pin
Peter Weyzen30-Mar-07 10:25
Peter Weyzen30-Mar-07 10:25 
GeneralRe: SSL, Bandwidth, & High Latency... Pin
Mike O'Neill30-Mar-07 14:51
Mike O'Neill30-Mar-07 14:51 
GeneralRe: SSL, Bandwidth, & High Latency... Pin
Mark Salsbery31-Mar-07 6:55
Mark Salsbery31-Mar-07 6:55 
QuestionRegistry read operation fails on Vista Pin
Sameer_Thakur29-Mar-07 21:27
Sameer_Thakur29-Mar-07 21:27 

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.