Help for this page

Select Code to Download


  1. or download this
    #include <windows.h>
    #include <sddl.h>
    ...
        DIEIF( !DeleteFile( TESTFILENAME ), NULL );
        return 0;
    }