OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSchema
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bidispl.h
85
virtual HRESULT WINAPI
SetSchema
(const LPCWSTR pszSchema) = 0;
97
HRESULT (WINAPI *
SetSchema
)(IBidiRequest *This,const LPCWSTR pszSchema);
111
#define IBidiRequest_SetSchema(This,pszSchema) (This)->lpVtbl->
SetSchema
(This,pszSchema)
oaidl.h
685
virtual HRESULT STDMETHODCALLTYPE
SetSchema
(
801
HRESULT (STDMETHODCALLTYPE *
SetSchema
)(
886
#define ICreateTypeInfo_SetSchema(This,pStrSchema) (This)->lpVtbl->
SetSchema
(This,pStrSchema)
942
return This->lpVtbl->
SetSchema
(This,pStrSchema);
[
all
...]
Completed in 1106 milliseconds