OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_Key
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mtxadmin.h
194
virtual HRESULT WINAPI
get_Key
(VARIANT *retval) = 0;
212
HRESULT (WINAPI *
get_Key
)(ICatalogObject *This,VARIANT *retval);
232
#define ICatalogObject_get_Key(This,retval) (This)->lpVtbl->
get_Key
(This,retval)
[
all
...]
asptlb.h
202
virtual HRESULT WINAPI
get_Key
(VARIANT VarKey,VARIANT *pvar) = 0;
217
HRESULT (WINAPI *
get_Key
)(IRequestDictionary *This,VARIANT VarKey,VARIANT *pvar);
234
#define IRequestDictionary_get_Key(This,VarKey,pvar) (This)->lpVtbl->
get_Key
(This,VarKey,pvar)
341
virtual HRESULT WINAPI
get_Key
(VARIANT VarKey,VARIANT *pvar) = 0;
357
HRESULT (WINAPI *
get_Key
)(IReadCookie *This,VARIANT VarKey,VARIANT *pvar);
375
#define IReadCookie_get_Key(This,VarKey,pvar) (This)->lpVtbl->
get_Key
(This,VarKey,pvar)
[
all
...]
comadmin.h
[
all
...]
rtccore.h
[
all
...]
Completed in 250 milliseconds