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

Method StartOperation

Explorer++/Helper/iDataObject.cpp:394–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394HRESULT __stdcall DataObject::StartOperation(IBindCtx *pbcReserved)
395{
396 UNREFERENCED_PARAMETER(pbcReserved);
397
398 m_bInOperation = TRUE;
399
400 return S_OK;
401}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected