Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
540 views

MoveFileEx with MOVEFILE_DELAY_UNTIL_REBOOT deleting rather than moving

I have an automatic update system that replaces my existing program files on reboot. (Suffice to say, it's a very complicated program with many drivers, services, and user level modules. There really ...
0
votes
2answers
61 views

Marking files for deletion using MoveFileEx

I'm having a bit of trouble getting MoveFileEx to work properly in Windows 7 x64. I'm running my application as administrator, marking files for deletion on next reboot but after rebooting find that ...
0
votes
1answer
87 views

Privilege used by MoveFileEx()

When calling MoveFileEx() and using MOVEFILE_DELAY_UNTIL_REBOOT for dwFlags. During the actual moving of file what privilege does it use? Thanks Kazuo!