MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / SetAsyncMode

Method SetAsyncMode

Explorer++/Helper/iDataObject.cpp:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387HRESULT __stdcall DataObject::SetAsyncMode(BOOL fDoOpAsync)
388{
389 m_bDoOpAsync = fDoOpAsync;
390
391 return S_OK;
392}
393
394HRESULT __stdcall DataObject::StartOperation(IBindCtx *pbcReserved)
395{

Callers 2

OnListViewBeginDragMethod · 0.80
CopyFilesToClipboardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected