Lines Matching refs:lockBytes
2876 return ILockBytes_ReadAt(This->lockBytes,offset,buffer,size,bytesRead); in StorageImpl_ReadAt()
2885 return ILockBytes_WriteAt(This->lockBytes,offset,buffer,size,bytesWritten); in StorageImpl_WriteAt()
4299 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()
4907 return ILockBytes_UnlockRegion(This->lockBytes, offset, cb, dwLockType); in StorageImpl_UnlockRegion()
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()
5318 hr = FileLockBytesImpl_Construct(hFile, openFlags, pwcsName, &This->lockBytes); in StorageImpl_Construct()
5321 This->lockBytes = pLkbyt; in StorageImpl_Construct()
5326 hr = ILockBytes_Stat(This->lockBytes, &stat, STATFLAG_NONAME); in StorageImpl_Construct()