Searched refs:pacceleratorPassthrough (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | mstsclib_h.h | 3288 /* [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 D | mstsclib_redist_h.h | 3288 /* [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 D | mstsclib.idl | 263 [id(0x00000066), propput] HRESULT AcceleratorPassthrough([in] long pacceleratorPassthrough); 264 …0x00000066), propget] HRESULT AcceleratorPassthrough([out, retval] long * pacceleratorPassthrough);
|
H A D | activex.cpp | 2644 …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 D | mstscax.cpp | 1099 …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()
|