Searched defs:get_Length (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmsclus.h3157 virtual HRESULT WINAPI get_Length(__LONG32 *pLength) = 0;
3183 HRESULT (WINAPI *get_Length)(ISClusProperty *This,__LONG32 *pLength); member in struct:ISClusPropertyVtbl
3211 #define ISClusProperty_get_Length(This,pLength) (This)->lpVtbl->get_Length(This,pLength)
3271 virtual HRESULT WINAPI get_Length(__LONG32 *pLength) = 0;
3291 HRESULT (WINAPI *get_Length)(ISClusPropertyValue *This,__LONG32 *pLength); member in struct:ISClusPropertyValueVtbl
3313 #define ISClusPropertyValue_get_Length(This,pLength) (This)->lpVtbl->get_Length(This,pLength)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmsclus.h3157 virtual HRESULT WINAPI get_Length(__LONG32 *pLength) = 0;
3183 HRESULT (WINAPI *get_Length)(ISClusProperty *This,__LONG32 *pLength); member in struct:ISClusPropertyVtbl
3211 #define ISClusProperty_get_Length(This,pLength) (This)->lpVtbl->get_Length(This,pLength)
3271 virtual HRESULT WINAPI get_Length(__LONG32 *pLength) = 0;
3291 HRESULT (WINAPI *get_Length)(ISClusPropertyValue *This,__LONG32 *pLength); member in struct:ISClusPropertyValueVtbl
3313 #define ISClusPropertyValue_get_Length(This,pLength) (This)->lpVtbl->get_Length(This,pLength)

Completed in 53 milliseconds