Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.c5645 DirRef stubEntryRef; in TransactedSnapshotImpl_CreateStubEntry() local
5648 stubEntryRef = TransactedSnapshotImpl_FindFreeEntry(This); in TransactedSnapshotImpl_CreateStubEntry()
5650 if (stubEntryRef != DIRENTRY_NULL) in TransactedSnapshotImpl_CreateStubEntry()
5652 entry = &This->entries[stubEntryRef]; in TransactedSnapshotImpl_CreateStubEntry()
5659 return stubEntryRef; in TransactedSnapshotImpl_CreateStubEntry()