HomeSort by relevance Sort by last modified time
    Searched refs:fEnable (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
h323priv.h 60 virtual HRESULT WINAPI SetExternalT120Address(WINBOOL fEnable,DWORD dwIP,WORD wPort) = 0;
70 HRESULT (WINAPI *SetExternalT120Address)(IH323LineEx *This,WINBOOL fEnable,DWORD dwIP,WORD wPort);
82 #define IH323LineEx_SetExternalT120Address(This,fEnable,dwIP,wPort) (This)->lpVtbl->SetExternalT120Address(This,fEnable,dwIP,wPort)
87 HRESULT WINAPI IH323LineEx_SetExternalT120Address_Proxy(IH323LineEx *This,WINBOOL fEnable,DWORD dwIP,WORD wPort);
102 virtual HRESULT WINAPI PeriodicUpdatePicture(WINBOOL fEnable,DWORD dwInterval) = 0;
111 HRESULT (WINAPI *PeriodicUpdatePicture)(IKeyFrameControl *This,WINBOOL fEnable,DWORD dwInterval);
122 #define IKeyFrameControl_PeriodicUpdatePicture(This,fEnable,dwInterval) (This)->lpVtbl->PeriodicUpdatePicture(This,fEnable,dwInterval)
127 HRESULT WINAPI IKeyFrameControl_PeriodicUpdatePicture_Proxy(IKeyFrameControl *This,WINBOOL fEnable,DWORD dwInterval)
    [all...]
clfsmgmtw32.h 61 WINBOOL fEnable
ratings.h 15 STDAPI RatingEnable(HWND hwndParent,LPCSTR pszUsername,WINBOOL fEnable);
16 STDAPI RatingEnableW(HWND hwndParent, LPCWSTR pszUsername, WINBOOL fEnable);
filehc.h 100 FILEHC_EXPORT WINBOOL WINAPI SetDotStuffingOnWrites (FIO_CONTEXT *pContext, WINBOOL fEnable, WINBOOL fStripDots);
101 FILEHC_EXPORT WINBOOL WINAPI SetDotScanningOnWrites (FIO_CONTEXT *pContext, WINBOOL fEnable);
103 FILEHC_EXPORT WINBOOL WINAPI SetDotScanningOnReads (FIO_CONTEXT *pContext, WINBOOL fEnable);
mshtmhst.h 344 WINBOOL fEnable) = 0;
430 WINBOOL fEnable);
495 #define IDocHostUIHandler_EnableModeless(This,fEnable) (This)->lpVtbl->EnableModeless(This,fEnable)
532 static FORCEINLINE HRESULT IDocHostUIHandler_EnableModeless(IDocHostUIHandler* This,WINBOOL fEnable) {
533 return This->lpVtbl->EnableModeless(This,fEnable);
614 WINBOOL fEnable);
767 WINBOOL fEnable);
838 #define IDocHostUIHandler2_EnableModeless(This,fEnable) (This)->lpVtbl->EnableModeless(This,fEnable)
    [all...]
dwmapi.h 105 WINBOOL fEnable;
256 HRESULT WINAPI DwmTetherContact (DWORD dwPointerID, WINBOOL fEnable, POINT ptTether);
mobsync.h 252 virtual HRESULT WINAPI EnableModeless(WINBOOL fEnable) = 0;
268 HRESULT (WINAPI *EnableModeless)(ISyncMgrSynchronizeCallback *This,WINBOOL fEnable);
286 #define ISyncMgrSynchronizeCallback_EnableModeless(This,fEnable) (This)->lpVtbl->EnableModeless(This,fEnable)
301 HRESULT WINAPI ISyncMgrSynchronizeCallback_EnableModeless_Proxy(ISyncMgrSynchronizeCallback *This,WINBOOL fEnable);
dmusics.h 95 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE;
152 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE;
214 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE;
ipmsp.h 100 virtual HRESULT WINAPI put_Status(ITStream *pITStream,VARIANT_BOOL fEnable) = 0;
117 HRESULT (WINAPI *put_Status)(ITParticipant *This,ITStream *pITStream,VARIANT_BOOL fEnable);
136 #define ITParticipant_put_Status(This,pITStream,fEnable) (This)->lpVtbl->put_Status(This,pITStream,fEnable)
146 HRESULT WINAPI ITParticipant_put_Status_Proxy(ITParticipant *This,ITStream *pITStream,VARIANT_BOOL fEnable);
windowsx.h16 160 #define FORWARD_WM_ENABLE(hwnd,fEnable,fn) (void)(fn)((hwnd),WM_ENABLE,(WPARAM)(WINBOOL)(fEnable),0L)
    [all...]
windowsx.h 123 #define FORWARD_WM_ENABLE(hwnd,fEnable,fn) (void)(fn)((hwnd),WM_ENABLE,(WPARAM)(WINBOOL)(fEnable),(LPARAM)0)
    [all...]
ws2spi.h 189 typedef INT (WSPAPI *LPWSCENABLENSPROVIDER)(LPGUID lpProviderId,WINBOOL fEnable);
193 INT WSPAPI WSCEnableNSProvider (LPGUID lpProviderId,WINBOOL fEnable);
198 INT WSPAPI WSCEnableNSProvider32 (LPGUID lpProviderId,WINBOOL fEnable);
rend.h     [all...]
oleidl.h     [all...]
wabutil.h 91 STDAPI_(void) EnableIdleRoutine(FTG ftg,WINBOOL fEnable);
activscp.h     [all...]
mapiutil.h 86 STDAPI_(void) EnableIdleRoutine (FTG ftg,WINBOOL fEnable);
uxtheme.h 286 THEMEAPI EnableTheming(WINBOOL fEnable);
dmusicc.h 387 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE;
428 STDMETHOD(Activate)(THIS_ WINBOOL fEnable) PURE;
    [all...]
mfidl.h     [all...]
msctf.h     [all...]
shldisp.h     [all...]
  /external/skia/include/gpu/gl/
GrGLInterface.h 156 GrGLFunction<GrGLEnableProc> fEnable;
  /external/skia/src/gpu/gl/
GrGLInterface.cpp 95 nullptr == fFunctions.fEnable ||
    [all...]
GrGLTestInterface.cpp 69 fFunctions.fEnable = bind_to_member(this, &GrGLTestInterface::enable);

Completed in 771 milliseconds

1 2