Searched defs:Deactivate (Results 1 - 23 of 23) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Demptyvc.h123 virtual HRESULT WINAPI Deactivate(DWORD *pdwFlags) = 0;
135 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache *This,DWORD *pdwFlags); member in struct:IEmptyVolumeCacheVtbl
149 #define IEmptyVolumeCache_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags)
188 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache2 *This,DWORD *pdwFlags); member in struct:IEmptyVolumeCache2Vtbl
203 #define IEmptyVolumeCache2_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags)
H A Drrascfg.h115 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0;
127 HRESULT (WINAPI *Deactivate)(IAuthenticationProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2); member in struct:IAuthenticationProviderConfigVtbl
141 #define IAuthenticationProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(This,uConnectionParam,uReserved1,uReserved2)
156 #define DeclareIAuthenticationProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
170 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0;
182 HRESULT (WINAPI *Deactivate)(IAccountingProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2); member in struct:IAccountingProviderConfigVtbl
196 #define IAccountingProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(This,uConnectionParam,uReserved1,uReserved2)
211 #define DeclareIAccountingProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
H A Ddimm.h415 virtual HRESULT WINAPI Deactivate(void) = 0;
490 HRESULT (WINAPI *Deactivate)(IActiveIMMApp *This); member in struct:IActiveIMMAppVtbl
567 #define IActiveIMMApp_Deactivate(This) (This)->lpVtbl->Deactivate(This)
H A Docidl.h773 virtual HRESULT WINAPI Deactivate(void) = 0;
791 HRESULT (WINAPI *Deactivate)(IPropertyPage *This); member in struct:IPropertyPageVtbl
811 #define IPropertyPage_Deactivate(This) (This)->lpVtbl->Deactivate(This)
864 HRESULT (WINAPI *Deactivate)(IPropertyPage2 *This); member in struct:IPropertyPage2Vtbl
885 #define IPropertyPage2_Deactivate(This) (This)->lpVtbl->Deactivate(This)
H A Dcomsvcs.h3484 virtual void WINAPI Deactivate(void) = 0;
3494 void (WINAPI *Deactivate)(IObjectControl *This); member in struct:IObjectControlVtbl
3506 #define IObjectControl_Deactivate(This) (This)->lpVtbl->Deactivate(This)
3622 virtual HRESULT WINAPI Deactivate(void) = 0;
3632 HRESULT (WINAPI *Deactivate)(ObjectControl *This); member in struct:ObjectControlVtbl
3644 #define ObjectControl_Deactivate(This) (This)->lpVtbl->Deactivate(This)
H A Dmshtmlc.h29917 HRESULT (WINAPI *Deactivate)(IActiveIMMApp *This); member in struct:IActiveIMMAppVtbl
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Demptyvc.h123 virtual HRESULT WINAPI Deactivate(DWORD *pdwFlags) = 0;
135 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache *This,DWORD *pdwFlags); member in struct:IEmptyVolumeCacheVtbl
149 #define IEmptyVolumeCache_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags)
188 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache2 *This,DWORD *pdwFlags); member in struct:IEmptyVolumeCache2Vtbl
203 #define IEmptyVolumeCache2_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags)
H A Drrascfg.h115 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0;
127 HRESULT (WINAPI *Deactivate)(IAuthenticationProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2); member in struct:IAuthenticationProviderConfigVtbl
141 #define IAuthenticationProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(This,uConnectionParam,uReserved1,uReserved2)
156 #define DeclareIAuthenticationProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
170 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0;
182 HRESULT (WINAPI *Deactivate)(IAccountingProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2); member in struct:IAccountingProviderConfigVtbl
196 #define IAccountingProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(This,uConnectionParam,uReserved1,uReserved2)
211 #define DeclareIAccountingProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
H A Ddimm.h415 virtual HRESULT WINAPI Deactivate(void) = 0;
490 HRESULT (WINAPI *Deactivate)(IActiveIMMApp *This); member in struct:IActiveIMMAppVtbl
567 #define IActiveIMMApp_Deactivate(This) (This)->lpVtbl->Deactivate(This)
H A Docidl.h773 virtual HRESULT WINAPI Deactivate(void) = 0;
791 HRESULT (WINAPI *Deactivate)(IPropertyPage *This); member in struct:IPropertyPageVtbl
811 #define IPropertyPage_Deactivate(This) (This)->lpVtbl->Deactivate(This)
864 HRESULT (WINAPI *Deactivate)(IPropertyPage2 *This); member in struct:IPropertyPage2Vtbl
885 #define IPropertyPage2_Deactivate(This) (This)->lpVtbl->Deactivate(This)
H A Dcomsvcs.h3484 virtual void WINAPI Deactivate(void) = 0;
3494 void (WINAPI *Deactivate)(IObjectControl *This); member in struct:IObjectControlVtbl
3506 #define IObjectControl_Deactivate(This) (This)->lpVtbl->Deactivate(This)
3622 virtual HRESULT WINAPI Deactivate(void) = 0;
3632 HRESULT (WINAPI *Deactivate)(ObjectControl *This); member in struct:ObjectControlVtbl
3644 #define ObjectControl_Deactivate(This) (This)->lpVtbl->Deactivate(This)
H A Dmshtmlc.h29917 HRESULT (WINAPI *Deactivate)(IActiveIMMApp *This); member in struct:IActiveIMMAppVtbl
[all...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.osgi.services_3.3.100.v20130513-1956.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.osgi.services_3.3.100.v20130513-1956.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
H A Dbndlib-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
H A Dbnd-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd aQute/ aQute/bnd/ ...
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
H A Dswt-3.5.0.jarMETA-INF/ META-INF/MANIFEST.MF libswt-agl-carbon-3550.jnilib libswt ...
/prebuilts/tools/darwin-x86/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-agl-carbon-3550.jnilib libswt ...
/prebuilts/tools/darwin-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-awt-cocoa-3550.jnilib libswt ...
/prebuilts/tools/linux-x86/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-atk-gtk-3550.so libswt ...
/prebuilts/tools/linux-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-atk-gtk-3550.so libswt ...
/prebuilts/tools/windows/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...
/prebuilts/tools/windows-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...

Completed in 567 milliseconds