Searched refs:__RPC_STUB (Results 1 – 15 of 15) sorted by relevance
/reactos/dll/win32/actxprxy/ |
H A D | usrmarshal.c | 54 HRESULT __RPC_STUB IServiceProvider_QueryService_Stub( in IServiceProvider_QueryService_Stub() 80 HRESULT __RPC_STUB ICatInformation_EnumClassesOfCategories_Stub( in ICatInformation_EnumClassesOfCategories_Stub() 106 HRESULT __RPC_STUB ICatInformation_IsClassOfCategories_Stub( in ICatInformation_IsClassOfCategories_Stub() 135 HRESULT __RPC_STUB IPrint_Print_Stub( in IPrint_Print_Stub() 161 HRESULT __RPC_STUB IEnumOleDocumentViews_Next_Stub( in IEnumOleDocumentViews_Next_Stub() 183 HRESULT __RPC_STUB IEnumShellItems_Next_Stub( in IEnumShellItems_Next_Stub() 211 HRESULT __RPC_STUB IEnumExplorerCommand_Next_Stub( in IEnumExplorerCommand_Next_Stub() 235 HRESULT __RPC_STUB IModalWindow_Show_Stub( in IModalWindow_Show_Stub() 243 HRESULT __RPC_STUB IFolderView2_GetGroupBy_Stub( in IFolderView2_GetGroupBy_Stub() 252 HRESULT __RPC_STUB IFolderView2_GetGroupBy_Proxy( in IFolderView2_GetGroupBy_Proxy()
|
/reactos/dll/win32/ole32/ |
H A D | usrmarshal.c | 2283 HRESULT __RPC_STUB IEnumUnknown_Next_Stub( in IEnumUnknown_Next_Stub() 2341 HRESULT __RPC_STUB IEnumMoniker_Next_Stub( in IEnumMoniker_Next_Stub() 2427 HRESULT __RPC_STUB IEnumString_Next_Stub( in IEnumString_Next_Stub() 2512 HRESULT __RPC_STUB IStream_Seek_Stub( in IStream_Seek_Stub() 2541 HRESULT __RPC_STUB IStream_CopyTo_Stub( in IStream_CopyTo_Stub() 2565 HRESULT __RPC_STUB IEnumSTATSTG_Next_Stub( in IEnumSTATSTG_Next_Stub() 2653 HRESULT __RPC_STUB ILockBytes_ReadAt_Stub( in ILockBytes_ReadAt_Stub() 2682 HRESULT __RPC_STUB ILockBytes_WriteAt_Stub( in ILockBytes_WriteAt_Stub() 2785 HRESULT __RPC_STUB IEnumSTATDATA_Next_Stub( in IEnumSTATDATA_Next_Stub() 3053 HRESULT __RPC_STUB IEnumOLEVERB_Next_Stub( in IEnumOLEVERB_Next_Stub() [all …]
|
H A D | rpc.c | 46 static void __RPC_STUB dispatch_rpc(RPC_MESSAGE *msg); 1443 static void __RPC_STUB dispatch_rpc(RPC_MESSAGE *msg) in dispatch_rpc()
|
/reactos/dll/win32/oleaut32/ |
H A D | usrmarshal.c | 1262 HRESULT __RPC_STUB IDispatch_Invoke_Stub( in IDispatch_Invoke_Stub() 1356 HRESULT __RPC_STUB IEnumVARIANT_Next_Stub( in IEnumVARIANT_Next_Stub() 1462 HRESULT __RPC_STUB ITypeComp_Bind_Stub( in ITypeComp_Bind_Stub() 1540 HRESULT __RPC_STUB ITypeComp_BindType_Stub( in ITypeComp_BindType_Stub() 1677 HRESULT __RPC_STUB ITypeInfo_GetNames_Stub( in ITypeInfo_GetNames_Stub() 1720 HRESULT __RPC_STUB ITypeInfo_Invoke_Stub( in ITypeInfo_Invoke_Stub() 2031 HRESULT __RPC_STUB ITypeLib_GetLibAttr_Stub( in ITypeLib_GetLibAttr_Stub() 2105 HRESULT __RPC_STUB ITypeLib_IsName_Stub( in ITypeLib_IsName_Stub() 2128 HRESULT __RPC_STUB ITypeLib_FindName_Stub( in ITypeLib_FindName_Stub() 2256 HRESULT __RPC_STUB IPropertyBag_Read_Stub( in IPropertyBag_Read_Stub() [all …]
|
/reactos/dll/win32/urlmon/ |
H A D | usrmarshal.c | 35 HRESULT __RPC_STUB IWinInetHttpInfo_QueryInfo_Stub(IWinInetHttpInfo* This, in IWinInetHttpInfo_QueryInfo_Stub() 50 HRESULT __RPC_STUB IWinInetInfo_QueryOption_Stub(IWinInetInfo* This, in IWinInetInfo_QueryOption_Stub() 65 HRESULT __RPC_STUB IBindHost_MonikerBindToStorage_Stub(IBindHost* This, in IBindHost_MonikerBindToStorage_Stub() 81 HRESULT __RPC_STUB IBindHost_MonikerBindToObject_Stub(IBindHost* This, in IBindHost_MonikerBindToObject_Stub() 266 HRESULT __RPC_STUB IBindStatusCallbackEx_GetBindInfoEx_Stub( in IBindStatusCallbackEx_GetBindInfoEx_Stub() 299 HRESULT __RPC_STUB IBindStatusCallback_GetBindInfo_Stub( in IBindStatusCallback_GetBindInfo_Stub() 340 HRESULT __RPC_STUB IBindStatusCallback_OnDataAvailable_Stub( in IBindStatusCallback_OnDataAvailable_Stub() 374 HRESULT __RPC_STUB IBinding_GetBindResult_Stub(IBinding* This, in IBinding_GetBindResult_Stub()
|
/reactos/sdk/include/psdk/ |
H A D | rpc.h | 62 #define __RPC_STUB __stdcall macro 67 #define __RPC_STUB macro
|
H A D | unknwn.idl | 50 cpp_quote("void __RPC_STUB IUnknown_QueryInterface_Stub(IRpcStubBuffer* This, IRpcChannelBuffer* pR… 53 cpp_quote("void __RPC_STUB IUnknown_AddRef_Stub(IRpcStubBuffer* This, IRpcChannelBuffer* pRpcChanne… 56 cpp_quote("void __RPC_STUB IUnknown_Release_Stub(IRpcStubBuffer* This, IRpcChannelBuffer* pRpcChann…
|
H A D | rpcproxy.h | 88 typedef void (__RPC_STUB *PRPC_STUB_FUNCTION)( 188 void __RPC_STUB NdrStubForwardingFunction( IRpcStubBuffer *This, IRpcChannelBuffer *pChannel,
|
H A D | rpcdcep.h | 82 typedef void (__RPC_STUB *RPC_DISPATCH_FUNCTION)(PRPC_MESSAGE Message);
|
/reactos/modules/rostests/win32/rpcrt4/context_handles/ |
H A D | ctx_s.c | 65 void __RPC_STUB 129 void __RPC_STUB 175 void __RPC_STUB
|
/reactos/dll/directx/wine/quartz/ |
H A D | main.c | 244 HRESULT __RPC_STUB ICaptureGraphBuilder_FindInterface_Stub( ICaptureGraphBuilder *This, in ICaptureGraphBuilder_FindInterface_Stub() 264 HRESULT __RPC_STUB ICaptureGraphBuilder2_FindInterface_Stub( ICaptureGraphBuilder2 *This, in ICaptureGraphBuilder2_FindInterface_Stub()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | mstsclib_h.h | 4647 void __RPC_STUB IMsRdpClientAdvancedSettings_get_RedirectSmartCards_Stub( 4707 void __RPC_STUB IMsRdpClientAdvancedSettings_put_PerformanceFlags_Stub( 4719 void __RPC_STUB IMsRdpClientAdvancedSettings_get_PerformanceFlags_Stub( 4731 void __RPC_STUB IMsRdpClientAdvancedSettings_put_ConnectWithEndpoint_Stub( 4743 void __RPC_STUB IMsRdpClientAdvancedSettings_put_NotifyTSPublicKey_Stub( 4755 void __RPC_STUB IMsRdpClientAdvancedSettings_get_NotifyTSPublicKey_Stub( 5847 void __RPC_STUB IMsRdpClientAdvancedSettings2_get_CanAutoReconnect_Stub( 5859 void __RPC_STUB IMsRdpClientAdvancedSettings2_put_EnableAutoReconnect_Stub( 5871 void __RPC_STUB IMsRdpClientAdvancedSettings2_get_EnableAutoReconnect_Stub( 8176 void __RPC_STUB IMsRdpClientAdvancedSettings4_put_AuthenticationLevel_Stub( [all …]
|
H A D | mstsclib_redist_h.h | 4647 void __RPC_STUB IMsRdpClientAdvancedSettings_get_RedirectSmartCards_Stub( 4707 void __RPC_STUB IMsRdpClientAdvancedSettings_put_PerformanceFlags_Stub( 4719 void __RPC_STUB IMsRdpClientAdvancedSettings_get_PerformanceFlags_Stub( 4731 void __RPC_STUB IMsRdpClientAdvancedSettings_put_ConnectWithEndpoint_Stub( 4743 void __RPC_STUB IMsRdpClientAdvancedSettings_put_NotifyTSPublicKey_Stub( 4755 void __RPC_STUB IMsRdpClientAdvancedSettings_get_NotifyTSPublicKey_Stub( 5847 void __RPC_STUB IMsRdpClientAdvancedSettings2_get_CanAutoReconnect_Stub( 5859 void __RPC_STUB IMsRdpClientAdvancedSettings2_put_EnableAutoReconnect_Stub( 5871 void __RPC_STUB IMsRdpClientAdvancedSettings2_get_EnableAutoReconnect_Stub( 8176 void __RPC_STUB IMsRdpClientAdvancedSettings4_put_AuthenticationLevel_Stub( [all …]
|
/reactos/modules/rostests/winetests/rpcrt4/ |
H A D | cstub.c | 136 static void __RPC_STUB if1_fn1_Stub( in if1_fn1_Stub() 150 static void __RPC_STUB if1_fn2_Stub( in if1_fn2_Stub()
|
/reactos/dll/win32/rpcrt4/ |
H A D | cstub.c | 624 void __RPC_STUB NdrStubForwardingFunction( IRpcStubBuffer *iface, IRpcChannelBuffer *pChannel, in NdrStubForwardingFunction()
|