Categories

empty recent documents folder

#include
#include
#define WIN32_LEAN_AND_MEAN

int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
{

if(MessageBox(NULL, “Press ok to empty the Recent documents folder.”, “recycler”, MB_YESNO | MB_ICONINFORMATION) != IDYES)
return FALSE;

SHAddToRecentDocs(SHARD_PATH, NULL);

return FALSE ;
}

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

You must be logged in to post a comment.