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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmsxml2.h5891 virtual HRESULT WINAPI get_patterns(ISchemaStringCollection **patterns) = 0;
5926 HRESULT (WINAPI *get_patterns)(ISchemaType *This,ISchemaStringCollection **patterns); member in struct:MSXML2::ISchemaTypeVtbl
5963 #define ISchemaType_get_patterns(This,patterns) (This)->lpVtbl->get_patterns(This,patterns)
6048 HRESULT (WINAPI *get_patterns)(ISchemaComplexType *This,ISchemaStringCollection **patterns); member in struct:MSXML2::ISchemaComplexTypeVtbl
6091 #define ISchemaComplexType_get_patterns(This,patterns) (This)->lpVtbl->get_patterns(This,patterns)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmsxml2.h5891 virtual HRESULT WINAPI get_patterns(ISchemaStringCollection **patterns) = 0;
5926 HRESULT (WINAPI *get_patterns)(ISchemaType *This,ISchemaStringCollection **patterns); member in struct:MSXML2::ISchemaTypeVtbl
5963 #define ISchemaType_get_patterns(This,patterns) (This)->lpVtbl->get_patterns(This,patterns)
6048 HRESULT (WINAPI *get_patterns)(ISchemaComplexType *This,ISchemaStringCollection **patterns); member in struct:MSXML2::ISchemaComplexTypeVtbl
6091 #define ISchemaComplexType_get_patterns(This,patterns) (This)->lpVtbl->get_patterns(This,patterns)

Completed in 83 milliseconds