Home
last modified time | relevance | path

Searched refs:STG_E_INVALIDFUNCTION (Results 1 – 13 of 13) sorted by relevance

/reactos/dll/win32/ole32/
H A Dfilelockbytes.c317 case ERROR_NOT_SUPPORTED: return STG_E_INVALIDFUNCTION; break; in get_lock_error()
320 return STG_E_INVALIDFUNCTION; in get_lock_error()
334 return STG_E_INVALIDFUNCTION; in FileLockBytesImpl_LockRegion()
357 return STG_E_INVALIDFUNCTION; in FileLockBytesImpl_UnlockRegion()
H A Dmemlockbytes.c419 return STG_E_INVALIDFUNCTION; in HGLOBALLockBytesImpl_SetSize()
451 return STG_E_INVALIDFUNCTION; in HGLOBALLockBytesImpl_LockRegion()
467 return STG_E_INVALIDFUNCTION; in HGLOBALLockBytesImpl_UnlockRegion()
H A Dstg_stream.c320 return STG_E_INVALIDFUNCTION; in StgStreamImpl_Seek()
362 return STG_E_INVALIDFUNCTION; in StgStreamImpl_SetSize()
H A Dhglobalstream.c515 return STG_E_INVALIDFUNCTION; in HGLOBALStreamImpl_LockRegion()
H A Dstorage32.c1532 res = STG_E_INVALIDFUNCTION; in StorageBaseImpl_OpenStream()
1637 res = STG_E_INVALIDFUNCTION; in StorageBaseImpl_OpenStorage()
1661 res = STG_E_INVALIDFUNCTION; in StorageBaseImpl_OpenStorage()
1965 return STG_E_INVALIDFUNCTION; in StorageBaseImpl_CreateStream()
2142 return STG_E_INVALIDFUNCTION; in StorageBaseImpl_CreateStorage()
8806 return STG_E_INVALIDFUNCTION; in StgOpenStorage()
/reactos/modules/rostests/winetests/ole32/
H A Dstorage32.c639 ok(r==STG_E_INVALIDFUNCTION, "IStream->Seek returned wrong error\n"); in test_storage_stream()
899 ok(r == STG_E_INVALIDFUNCTION, "should fail\n"); in test_open_storage()
1491 ok(r==STG_E_INVALIDFUNCTION, "IStorage->OpenStream failed %08x\n", r); in test_transact()
1494 ok(r==STG_E_INVALIDFUNCTION, "IStorage->OpenStream failed %08x\n", r); in test_transact()
1715 ok(r==STG_E_INVALIDFUNCTION, "IStorage->OpenStream failed %08x\n", r); in test_revert()
1718 ok(r==STG_E_INVALIDFUNCTION, "IStorage->OpenStream failed %08x\n", r); in test_revert()
2336 ok(r == STG_E_INVALIDFUNCTION, "got %08x\n", r); in test_simple()
2359 broken(r == STG_E_INVALIDFUNCTION), /* NT4 and below */ in test_simple()
2371 broken(r == STG_E_INVALIDFUNCTION), /* NT4 and below */ in test_simple()
2404 ok(r == STG_E_INVALIDFUNCTION, "got %08x\n", r); in test_simple()
[all …]
H A Dhglobalstream.c289 …ok(hr == STG_E_INVALIDFUNCTION, "IStream_LockRegion should have returned STG_E_INVALIDFUNCTION ins… in test_streamonhglobal()
/reactos/dll/win32/rpcrt4/
H A Dndr_ole.c178 return STG_E_INVALIDFUNCTION; in RpcStream_Seek()
/reactos/dll/win32/shlwapi/
H A Dregstream.c224 return STG_E_INVALIDFUNCTION; in IStream_fnSeek()
/reactos/modules/rostests/winetests/oleaut32/
H A Dolepicture.c1712 return STG_E_INVALIDFUNCTION; in NoStatStreamImpl_Seek()
1715 return STG_E_INVALIDFUNCTION; in NoStatStreamImpl_Seek()
1729 return STG_E_INVALIDFUNCTION; in NoStatStreamImpl_SetSize()
/reactos/sdk/include/psdk/
H A Dwinerror.h2564 #define STG_E_INVALIDFUNCTION _HRESULT_TYPEDEF_(0x80030001L) macro
/reactos/dll/win32/windowscodecs/
H A Dinfo.c507 if (hr == STG_E_INVALIDFUNCTION) continue; /* before start of stream */ in BitmapDecoderInfo_MatchesPattern()
/reactos/dll/win32/inetcomm/
H A Dmimeole.c288 return STG_E_INVALIDFUNCTION; in sub_stream_Seek()