HomeSort by relevance Sort by last modified time
    Searched refs:tbpFlags (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/UI/FileManager/
MyWindowsNew.h 59 STDMETHOD(SetProgressState)(HWND hwnd, TBPFLAG tbpFlags) = 0;
ProgressDialog2.h 196 void SetTaskbarProgressState(TBPFLAG tbpFlags)
199 _taskbarList->SetProgressState(_hwndForTaskbar, tbpFlags);
ProgressDialog2.cpp 274 TBPFLAG tbpFlags;
276 tbpFlags = TBPF_PAUSED;
278 tbpFlags = _errorsWereDisplayed ? TBPF_ERROR: TBPF_NORMAL;
279 SetTaskbarProgressState(tbpFlags);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]

Completed in 5953 milliseconds