Click here to Skip to main content
15,886,067 members
Articles / Desktop Programming / MFC

Introduction to RPC - Part 2

Rate me:
Please Sign up or sign in to vote.
4.90/5 (50 votes)
22 Dec 2012CPOL5 min read 372.3K   7.5K   166  
An introduction to context handles in RPC. A simple RPC client/server application using context handles is explained.
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContextExample", "ContextExample\ContextExample.vcxproj", "{6536EBEC-014E-4D6B-97BE-223137694CA8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContextExampleServer", "ContextExampleServer\ContextExampleServer.vcxproj", "{758DB128-9123-4E1B-A6C3-47323714123A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContextExampleClient", "ContextExampleClient\ContextExampleClient.vcxproj", "{758DB129-9123-4E1B-A6C3-47323714123A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6536EBEC-014E-4D6B-97BE-223137694CA8}.Debug|Win32.ActiveCfg = Debug|Win32
		{6536EBEC-014E-4D6B-97BE-223137694CA8}.Debug|Win32.Build.0 = Debug|Win32
		{6536EBEC-014E-4D6B-97BE-223137694CA8}.Release|Win32.ActiveCfg = Release|Win32
		{6536EBEC-014E-4D6B-97BE-223137694CA8}.Release|Win32.Build.0 = Release|Win32
		{758DB128-9123-4E1B-A6C3-47323714123A}.Debug|Win32.ActiveCfg = Debug|Win32
		{758DB128-9123-4E1B-A6C3-47323714123A}.Debug|Win32.Build.0 = Debug|Win32
		{758DB128-9123-4E1B-A6C3-47323714123A}.Release|Win32.ActiveCfg = Release|Win32
		{758DB128-9123-4E1B-A6C3-47323714123A}.Release|Win32.Build.0 = Release|Win32
		{758DB129-9123-4E1B-A6C3-47323714123A}.Debug|Win32.ActiveCfg = Debug|Win32
		{758DB129-9123-4E1B-A6C3-47323714123A}.Debug|Win32.Build.0 = Debug|Win32
		{758DB129-9123-4E1B-A6C3-47323714123A}.Release|Win32.ActiveCfg = Release|Win32
		{758DB129-9123-4E1B-A6C3-47323714123A}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Sweden Sweden
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions