Home
last modified time | relevance | path

Searched refs:lockBytes (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/ole32/
H A Dstorage32.c4299 ILockBytes_Stat(This->lockBytes, &statstg, STATFLAG_NONAME); in StorageImpl_GetNextFreeBigBlock()
4302 ILockBytes_SetSize(This->lockBytes, neededSize); in StorageImpl_GetNextFreeBigBlock()
4637 ILockBytes_SetSize(This->lockBytes, size); in StorageImpl_Refresh()
4669 ILockBytes_SetSize(This->lockBytes, size); in StorageImpl_Refresh()
4898 return ILockBytes_LockRegion(This->lockBytes, offset, cb, dwLockType); in StorageImpl_LockRegion()
5016 hr = ILockBytes_Stat(This->lockBytes, &statstg, 0); in StorageImpl_GetFilename()
5172 hr = ILockBytes_Flush(This->lockBytes); in StorageImpl_Flush()
5216 if (This->lockBytes) in StorageImpl_Destroy()
5217 ILockBytes_Release(This->lockBytes); in StorageImpl_Destroy()
5321 This->lockBytes = pLkbyt; in StorageImpl_Construct()
[all …]
H A Dstorage32.h416 ILockBytes* lockBytes; member