OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_ACDCallRate
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3.h
413
virtual HRESULT WINAPI
get_ACDCallRate
(CURRENCY *pcyCallrate) = 0;
441
HRESULT (WINAPI *
get_ACDCallRate
)(ITAgentSession *This,CURRENCY *pcyCallrate);
471
#define ITAgentSession_get_ACDCallRate(This,pcyCallrate) (This)->lpVtbl->
get_ACDCallRate
(This,pcyCallrate)
[
all
...]
tapi3cc.h
294
virtual HRESULT WINAPI
get_ACDCallRate
(CURRENCY *pcyCallrate) = 0;
322
HRESULT (WINAPI *
get_ACDCallRate
)(ITAgentSession *This,CURRENCY *pcyCallrate);
352
#define ITAgentSession_get_ACDCallRate(This,pcyCallrate) (This)->lpVtbl->
get_ACDCallRate
(This,pcyCallrate)
[
all
...]
Completed in 126 milliseconds