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

Method GetAsyncMode

Explorer++/Helper/iDataObject.cpp:373–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373HRESULT __stdcall DataObject::GetAsyncMode(BOOL *pfIsOpAsync)
374{
375 *pfIsOpAsync = m_bDoOpAsync;
376
377 return S_OK;
378}
379
380HRESULT __stdcall DataObject::InOperation(BOOL *pfInAsyncOp)
381{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected