HomeSort by relevance Sort by last modified time
    Searched defs:fShow (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shdeprecated.h 308 virtual HRESULT WINAPI ShowControlWindow(UINT id,WINBOOL fShow) = 0;
345 HRESULT (WINAPI *ShowControlWindow)(IBrowserService *This,UINT id,WINBOOL fShow);
384 #define IBrowserService_ShowControlWindow(This,id,fShow) (This)->lpVtbl->ShowControlWindow(This,id,fShow)
421 HRESULT WINAPI IBrowserService_ShowControlWindow_Proxy(IBrowserService *This,UINT id,WINBOOL fShow);
    [all...]
shlobj.h     [all...]

Completed in 54 milliseconds