Searched defs:aOperationCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp252 * @param aOperationCount Number of sub-operations within this task (at least 1).
256 ULONG aOperationCount,
275 m_cOperations = aOperationCount;
276 m_ulTotalOperationsWeight = aOperationCount;
684 HRESULT Progress::getOperationCount(ULONG *aOperationCount) argument
688 *aOperationCount = m_cOperations;
255 init(BOOL aCancelable, ULONG aOperationCount, Utf8Str aOperationDescription) argument

Completed in 45 milliseconds