Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dclipboard.c151 snapshot *latest_snapshot; /* Latest consumer snapshot */ member
1058 if (theOleClipboard->latest_snapshot == This) in snapshot_Release()
1059 theOleClipboard->latest_snapshot = NULL; in snapshot_Release()
1795 clipbrd->latest_snapshot = NULL; in OLEClipbrd_Initialize()
2264 if(clipbrd->latest_snapshot && clipbrd->latest_snapshot->seq_no != seq_no) in OleGetClipboard()
2265 clipbrd->latest_snapshot = NULL; in OleGetClipboard()
2267 if(!clipbrd->latest_snapshot) in OleGetClipboard()
2269 clipbrd->latest_snapshot = snapshot_construct(seq_no); in OleGetClipboard()
2270 if(!clipbrd->latest_snapshot) in OleGetClipboard()
2277 *obj = &clipbrd->latest_snapshot->IDataObject_iface; in OleGetClipboard()