Searched refs:stg_mode (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ole32/ |
H A D | storage32.c | 3377 DWORD stg_mode; member 3505 hr = StgCreateDocfile(filename, current->stg_mode, 0, &stg); in test_locking() 3516 hr = StgOpenStorage(filename, NULL, current->stg_mode, NULL, 0, &stg); in test_locking() 3517 … ok(SUCCEEDED(hr), "StgOpenStorage with mode %x failed with hr %x\n", current->stg_mode, hr); in test_locking() 3541 … ok(hfile != INVALID_HANDLE_VALUE, "couldn't open file with mode %x\n", current->stg_mode); in test_locking() 3568 ol.Offset, current->stg_mode, locked?"":"not ", expect_locked?"":"not "); in test_locking() 3573 … ol.Offset, current->stg_mode, locked?"":"not ", expect_locked?"":"not "); in test_locking() 3590 … ok(hfile != INVALID_HANDLE_VALUE, "couldn't open file with mode %x\n", current->stg_mode); in test_locking() 3599 (ol.Offset == 0x7fffff80 && current->stg_mode == (STGM_TRANSACTED|STGM_READ))) in test_locking() 3607 hr = StgOpenStorage(filename, NULL, current->stg_mode, NULL, 0, &stg); in test_locking() [all …]
|