OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_datatype
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h
324
virtual HRESULT WINAPI
get_dataType
(VARIANT *dataTypeName) = 0;
371
HRESULT (WINAPI *
get_dataType
)(IXMLDOMNode *This,VARIANT *dataTypeName);
420
#define IXMLDOMNode_get_dataType(This,dataTypeName) (This)->lpVtbl->
get_dataType
(This,dataTypeName)
[
all
...]
msxml2.h
984
virtual HRESULT WINAPI
get_dataType
(VARIANT *dataTypeName) = 0;
[
all
...]
iads.h
[
all
...]
Completed in 224 milliseconds