static HRESULT TransactedSnapshotImpl_LockTransaction(StorageBaseImpl *base, BOOL write) {
- FIXME("stub\n"); return E_NOTIMPL;
}
static HRESULT TransactedSnapshotImpl_UnlockTransaction(StorageBaseImpl *base, BOOL write) {
- FIXME("stub\n"); return E_NOTIMPL;
}
It's the same situation with these two. They are internal functions, and they're not supposed to be implemented.