Home
last modified time | relevance | path

Searched refs:ShowDialog (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h61 bool ShowDialog; member
DArchiveCommandLine.cpp1054 options.ShowDialog = parser[NKey::kShowDialog].ThereIs; in Parse2()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h3596 virtual HRESULT WINAPI ShowDialog(int iDialog,HWND hwnd) = 0;
3606 HRESULT (WINAPI *ShowDialog)(IAMVfwCaptureDialogs *This,int iDialog,HWND hwnd);
3618 #define IAMVfwCaptureDialogs_ShowDialog(This,iDialog,hwnd) (This)->lpVtbl->ShowDialog(This,iDialog,…
3636 virtual HRESULT WINAPI ShowDialog(int iDialog,HWND hwnd) = 0;
3647 HRESULT (WINAPI *ShowDialog)(IAMVfwCompressDialogs *This,int iDialog,HWND hwnd);
3660 #define IAMVfwCompressDialogs_ShowDialog(This,iDialog,hwnd) (This)->lpVtbl->ShowDialog(This,iDialog…