Lines Matching refs:delret
375 BOOL delret; in test_SHCreateStreamOnFileA() local
383 delret = DeleteFileA(test_file); in test_SHCreateStreamOnFileA()
384 ok(delret, "SHCreateStreamOnFileA: could not delete file '%s', got error %d\n", in test_SHCreateStreamOnFileA()
488 BOOL delret; in test_SHCreateStreamOnFileW() local
496 delret = DeleteFileA(test_fileA); in test_SHCreateStreamOnFileW()
497 ok(delret, "SHCreateStreamOnFileW: could not delete the test file, got error %d\n", in test_SHCreateStreamOnFileW()
512 BOOL delret; in test_SHCreateStreamOnFileEx() local
595 delret = DeleteFileA(test_fileA); in test_SHCreateStreamOnFileEx()
596 ok(delret, "SHCreateStreamOnFileEx: could not delete the test file, got error %d\n", in test_SHCreateStreamOnFileEx()
616 delret = DeleteFileA(test_fileA); in test_SHCreateStreamOnFileEx()
617 ok(delret, "SHCreateStreamOnFileEx: could not delete the test file, got error %d\n", in test_SHCreateStreamOnFileEx()
683 delret = DeleteFileA(test_fileA); in test_SHCreateStreamOnFileEx()
684 ok(delret, "SHCreateStreamOnFileEx: could not delete the test file, got error %d\n", in test_SHCreateStreamOnFileEx()