Home
last modified time | relevance | path

Searched defs:fEnable (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dh323priv.h82 #define IH323LineEx_SetExternalT120Address(This,fEnable,dwIP,wPort) (This)->lpVtbl->SetExternalT120… argument
122 #define IKeyFrameControl_PeriodicUpdatePicture(This,fEnable,dwInterval) (This)->lpVtbl->PeriodicUpd… argument
Dwindowsx.h123 #define FORWARD_WM_ENABLE(hwnd,fEnable,fn) (void)(fn)((hwnd),WM_ENABLE,(WPARAM)(WINBOOL)(fEnable),(… argument
475 #define Static_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
484 #define Button_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
497 #define Edit_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
555 #define ListBox_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
611 #define ComboBox_Enable(hwndCtl,fEnable) EnableWindow((hwndCtl),(fEnable)) argument
Ddwmapi.h105 WINBOOL fEnable; member
Dmobsync.h286 #define ISyncMgrSynchronizeCallback_EnableModeless(This,fEnable) (This)->lpVtbl->EnableModeless(Thi… argument
Dipmsp.h136 #define ITParticipant_put_Status(This,pITStream,fEnable) (This)->lpVtbl->put_Status(This,pITStream,… argument
Drend.h564 #define ITDirectory_EnableAutoRefresh(This,fEnable) (This)->lpVtbl->EnableAutoRefresh(This,fEnable) argument
Dtapi3if.h837 #define ITTAPI_RegisterRequestRecipient(This,lRegistrationInstance,lRequestMode,fEnable) (This)->lp… argument
941 #define ITTAPI2_RegisterRequestRecipient(This,lRegistrationInstance,lRequestMode,fEnable) (This)->l… argument
Dstrmif.h11609 #define IAMAudioInputMixer_put_Enable(This,fEnable) (This)->lpVtbl->put_Enable(This,fEnable) argument
Dcommctrl.h2971 #define ListView_EnableGroupView(hwnd,fEnable) SNDMSG((hwnd),LVM_ENABLEGROUPVIEW,(WPARAM)fEnable,0) argument
/aosp_15_r20/external/skia/include/gpu/ganesh/gl/
H A DGrGLInterface.h147 GrGLFunction<GrGLEnableFn> fEnable; member