Home
last modified time | relevance | path

Searched refs:pacceleratorPassthrough (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dmstsclib_h.h3288 /* [in] */ long pacceleratorPassthrough) = 0;
3291 /* [retval][out] */ long *pacceleratorPassthrough) = 0;
3747 /* [in] */ long pacceleratorPassthrough);
3751 /* [retval][out] */ long *pacceleratorPassthrough);
4291 ( (This)->lpVtbl -> put_AcceleratorPassthrough(This,pacceleratorPassthrough) )
4911 /* [in] */ long pacceleratorPassthrough);
4915 /* [retval][out] */ long *pacceleratorPassthrough);
6048 /* [in] */ long pacceleratorPassthrough);
6052 /* [retval][out] */ long *pacceleratorPassthrough);
7196 /* [in] */ long pacceleratorPassthrough);
[all …]
H A Dmstsclib_redist_h.h3288 /* [in] */ long pacceleratorPassthrough) = 0;
3291 /* [retval][out] */ long *pacceleratorPassthrough) = 0;
3747 /* [in] */ long pacceleratorPassthrough);
3751 /* [retval][out] */ long *pacceleratorPassthrough);
4291 ( (This)->lpVtbl -> put_AcceleratorPassthrough(This,pacceleratorPassthrough) )
4911 /* [in] */ long pacceleratorPassthrough);
4915 /* [retval][out] */ long *pacceleratorPassthrough);
6048 /* [in] */ long pacceleratorPassthrough);
6052 /* [retval][out] */ long *pacceleratorPassthrough);
7196 /* [in] */ long pacceleratorPassthrough);
[all …]
H A Dmstsclib.idl263 [id(0x00000066), propput] HRESULT AcceleratorPassthrough([in] long pacceleratorPassthrough);
264 …0x00000066), propget] HRESULT AcceleratorPassthrough([out, retval] long * pacceleratorPassthrough);
H A Dactivex.cpp2644 …STDMETHODIMP IMsRdpClientAdvancedSettings::put_AcceleratorPassthrough(long pacceleratorPassthrough) in put_AcceleratorPassthrough() argument
2646 return Outer()->SetProperty(Outer()->m_AcceleratorPassthrough, pacceleratorPassthrough); in put_AcceleratorPassthrough()
2649 …DIMP IMsRdpClientAdvancedSettings::get_AcceleratorPassthrough(long * pacceleratorPassthrough) const in get_AcceleratorPassthrough()
2651 return Outer()->GetProperty(Outer()->m_AcceleratorPassthrough, pacceleratorPassthrough); in get_AcceleratorPassthrough()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/
H A Dmstscax.cpp1099 …STDMETHODIMP IMsRdpClientAdvancedSettings::put_AcceleratorPassthrough(long pacceleratorPassthrough) in put_AcceleratorPassthrough() argument
1102 dbgprintf(TEXT("CAdvancedSettings::put_AcceleratorPassthrough(%ld)"), pacceleratorPassthrough); in put_AcceleratorPassthrough()
1103 HRESULT hr = pIMsRdpClientAdvancedSettings->put_AcceleratorPassthrough(pacceleratorPassthrough); in put_AcceleratorPassthrough()
1108 …DMETHODIMP IMsRdpClientAdvancedSettings::get_AcceleratorPassthrough(long * pacceleratorPassthrough) in get_AcceleratorPassthrough() argument
1111 dbgprintf(TEXT("CAdvancedSettings::get_AcceleratorPassthrough(%p)"), pacceleratorPassthrough); in get_AcceleratorPassthrough()
1112 HRESULT hr = pIMsRdpClientAdvancedSettings->get_AcceleratorPassthrough(pacceleratorPassthrough); in get_AcceleratorPassthrough()
1113 …:get_AcceleratorPassthrough -> %08X, acceleratorPassthrough = %ld"), hr, *pacceleratorPassthrough); in get_AcceleratorPassthrough()