OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:put_parentcatalog
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoctint.h
443
virtual HRESULT WINAPI
put_ParentCatalog
(_ADOCatalog *ppvObject) = 0;
466
HRESULT (WINAPI *
put_ParentCatalog
)(_ADOTable *This,_ADOCatalog *ppvObject);
491
#define _Table_put_ParentCatalog(This,ppvObject) (This)->lpVtbl->
put_ParentCatalog
(This,ppvObject)
[
all
...]
Completed in 52 milliseconds