Searched refs:Properties (Results 1 - 25 of 165) sorted by relevance

1234567

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Devntrace.h762 EXTERN_C ULONG WMIAPI StartTraceA (PTRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
763 EXTERN_C ULONG WMIAPI StopTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
764 EXTERN_C ULONG WMIAPI QueryTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
765 EXTERN_C ULONG WMIAPI UpdateTraceW (TRACEHANDLE TraceHandle, LPCWSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
766 EXTERN_C ULONG WMIAPI UpdateTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
767 EXTERN_C ULONG WMIAPI FlushTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
768 EXTERN_C ULONG WMIAPI ControlTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties, ULONG ControlCode);
797 EXTERN_C ULONG WMIAPI StartTraceW (PTRACEHANDLE TraceHandle, LPCWSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
798 EXTERN_C ULONG WMIAPI StopTraceW (TRACEHANDLE TraceHandle, LPCWSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
799 EXTERN_C ULONG WMIAPI QueryTraceW (TRACEHANDLE TraceHandle, LPCWSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
[all...]
H A Dmmcobj.h150 typedef struct Properties Properties; typedef in typeref:struct:Properties
193 typedef Properties *PPROPERTIES;
194 typedef Properties **PPPROPERTIES;
240 virtual HRESULT WINAPI Initialize(Properties *pProperties) = 0;
250 HRESULT (WINAPI *Initialize)(ISnapinProperties *This,Properties *pProperties);
267 HRESULT WINAPI ISnapinProperties_Initialize_Proxy(ISnapinProperties *This,Properties *pProperties);
848 virtual HRESULT WINAPI CreateProperties(PPPROPERTIES Properties) = 0;
875 HRESULT (WINAPI *CreateProperties)(Document *This,PPPROPERTIES Properties);
904 #define Document_CreateProperties(This,Properties) (Thi
1786 struct Properties : public IDispatch { struct in inherits:IDispatch
1809 struct Properties { struct
[all...]
H A Dadomd.h243 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
266 HRESULT (STDMETHODCALLTYPE *get_Properties) (ICellset *This, Properties **ppvObject);
312 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
329 HRESULT (STDMETHODCALLTYPE *get_Properties) (Cell *This, Properties **ppvObject);
371 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
385 HRESULT (STDMETHODCALLTYPE *get_Properties) (Axis *This, Properties **ppvObject);
471 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
494 HRESULT (STDMETHODCALLTYPE *get_Properties) (Member *This, Properties **ppvObject);
547 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
564 HRESULT (STDMETHODCALLTYPE *get_Properties) (Level *This, Properties **ppvObjec
[all...]
H A Dmsinkaut.h868 IInkExtendedProperties **Properties) = 0;
998 IInkExtendedProperties **Properties);
1040 #define IInkDrawingAttributes_get_ExtendedProperties(This,Properties) (This)->lpVtbl->get_ExtendedProperties(This,Properties)
1121 static FORCEINLINE HRESULT IInkDrawingAttributes_get_ExtendedProperties(IInkDrawingAttributes* This,IInkExtendedProperties **Properties) {
1122 return This->lpVtbl->get_ExtendedProperties(This,Properties);
1278 IInkExtendedProperties **Properties);
3953 IInkExtendedProperties **Properties) = 0;
4144 IInkExtendedProperties **Properties);
4312 #define IInkStrokeDisp_get_ExtendedProperties(This,Properties) (Thi
[all...]
H A D_dbdao.h310 CdbProperties Properties; member in class:CdbObject
H A Dadoctint.h201 typedef interface ADOProperties Properties; typedef
1734 interface Properties {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Devntrace.h762 EXTERN_C ULONG WMIAPI StartTraceA (PTRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
763 EXTERN_C ULONG WMIAPI StopTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
764 EXTERN_C ULONG WMIAPI QueryTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
765 EXTERN_C ULONG WMIAPI UpdateTraceW (TRACEHANDLE TraceHandle, LPCWSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
766 EXTERN_C ULONG WMIAPI UpdateTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
767 EXTERN_C ULONG WMIAPI FlushTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
768 EXTERN_C ULONG WMIAPI ControlTraceA (TRACEHANDLE TraceHandle, LPCSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties, ULONG ControlCode);
797 EXTERN_C ULONG WMIAPI StartTraceW (PTRACEHANDLE TraceHandle, LPCWSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
798 EXTERN_C ULONG WMIAPI StopTraceW (TRACEHANDLE TraceHandle, LPCWSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
799 EXTERN_C ULONG WMIAPI QueryTraceW (TRACEHANDLE TraceHandle, LPCWSTR InstanceName, PEVENT_TRACE_PROPERTIES Properties);
[all...]
H A Dmmcobj.h150 typedef struct Properties Properties; typedef in typeref:struct:Properties
193 typedef Properties *PPROPERTIES;
194 typedef Properties **PPPROPERTIES;
240 virtual HRESULT WINAPI Initialize(Properties *pProperties) = 0;
250 HRESULT (WINAPI *Initialize)(ISnapinProperties *This,Properties *pProperties);
267 HRESULT WINAPI ISnapinProperties_Initialize_Proxy(ISnapinProperties *This,Properties *pProperties);
848 virtual HRESULT WINAPI CreateProperties(PPPROPERTIES Properties) = 0;
875 HRESULT (WINAPI *CreateProperties)(Document *This,PPPROPERTIES Properties);
904 #define Document_CreateProperties(This,Properties) (Thi
1786 struct Properties : public IDispatch { struct in inherits:IDispatch
1809 struct Properties { struct
[all...]
H A Dadomd.h243 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
266 HRESULT (STDMETHODCALLTYPE *get_Properties) (ICellset *This, Properties **ppvObject);
312 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
329 HRESULT (STDMETHODCALLTYPE *get_Properties) (Cell *This, Properties **ppvObject);
371 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
385 HRESULT (STDMETHODCALLTYPE *get_Properties) (Axis *This, Properties **ppvObject);
471 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
494 HRESULT (STDMETHODCALLTYPE *get_Properties) (Member *This, Properties **ppvObject);
547 virtual HRESULT STDMETHODCALLTYPE get_Properties (Properties **ppvObject) = 0;
564 HRESULT (STDMETHODCALLTYPE *get_Properties) (Level *This, Properties **ppvObjec
[all...]
H A Dmsinkaut.h868 IInkExtendedProperties **Properties) = 0;
998 IInkExtendedProperties **Properties);
1040 #define IInkDrawingAttributes_get_ExtendedProperties(This,Properties) (This)->lpVtbl->get_ExtendedProperties(This,Properties)
1121 static FORCEINLINE HRESULT IInkDrawingAttributes_get_ExtendedProperties(IInkDrawingAttributes* This,IInkExtendedProperties **Properties) {
1122 return This->lpVtbl->get_ExtendedProperties(This,Properties);
1278 IInkExtendedProperties **Properties);
3953 IInkExtendedProperties **Properties) = 0;
4144 IInkExtendedProperties **Properties);
4312 #define IInkStrokeDisp_get_ExtendedProperties(This,Properties) (Thi
[all...]
H A D_dbdao.h310 CdbProperties Properties; member in class:CdbObject
H A Dadoctint.h201 typedef interface ADOProperties Properties; typedef
1734 interface Properties {
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/
H A Dmaven-resources-plugin-2.4.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/maven/ org/apache/maven/plugin/ ...
/prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
H A Dorg.apache.felix.bundlerepository-1.6.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/DEPENDENCIES META-INF/LICENSE META- ...
/prebuilts/misc/common/swig/include/2.0.11/gcj/
H A Djavaprims.i304 class Properties;
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
H A Daws-java-sdk-dynamodb-1.11.18.jarMETA-INF/ META-INF/MANIFEST.MF models/ com/ com/amazonaws/ com/amazonaws/services/ com/amazonaws/services/ ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.5.100.v20130422-1538.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.equinox.p2.repository_2.3.0.v20130412-2032.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.5.100.v20130422-1538.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dportcls.h237 Properties
341 const PCPROPERTY_ITEM* Properties; member in struct:__anon6450
2380 Properties
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dportcls.h237 Properties
341 const PCPROPERTY_ITEM* Properties; member in struct:__anon9373
2380 Properties
/prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
H A Dmaven-assembly-plugin-2.2-beta-5.jarMETA-INF/ META-INF/MANIFEST.MF assemblies/ META-INF/maven/ META-INF/plexus/ org/ ...
/prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
H A DFastInfoset-1.2.13.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
H A Dorg.eclipse.osgi-3.9.1.v20130814-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 762 milliseconds

1234567