Click here to Skip to main content
15,881,380 members
Articles / Programming Languages / C++

The Windows Access Control Model Part 4

Rate me:
Please Sign up or sign in to vote.
4.86/5 (29 votes)
7 Sep 200543 min read 227.8K   6.8K   100  
The final article in the access control series presents a guide to the access control editor and its associated ISecurityInformation interface.
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FilePermsBoxDLL", "FilePermsBoxDLL\FilePermsBoxDLL.vcproj", "{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FilePermsBox.Interop", "NetWrapper\FilePermsBox.Interop.vcproj", "{5FD5C833-7718-4BDD-89E4-5B36D5559C0B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FilePermissionsBox", "Frontend\FilePermissionsBox.vcproj", "{6D08DAF1-CDED-4261-841C-142E619E2809}"
	ProjectSection(ProjectDependencies) = postProject
		{5FD5C833-7718-4BDD-89E4-5B36D5559C0B} = {5FD5C833-7718-4BDD-89E4-5B36D5559C0B}
		{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B} = {6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Debug|x64 = Debug|x64
		Release|Win32 = Release|Win32
		Release|x64 = Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}.Debug|Win32.ActiveCfg = Debug|Win32
		{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}.Debug|Win32.Build.0 = Debug|Win32
		{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}.Debug|x64.ActiveCfg = Debug|x64
		{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}.Debug|x64.Build.0 = Debug|x64
		{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}.Release|Win32.ActiveCfg = Release|Win32
		{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}.Release|Win32.Build.0 = Release|Win32
		{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}.Release|x64.ActiveCfg = Release|x64
		{6FBDDD3B-FFE6-4068-A51A-12C2DDA3FD4B}.Release|x64.Build.0 = Release|x64
		{5FD5C833-7718-4BDD-89E4-5B36D5559C0B}.Debug|Win32.ActiveCfg = Debug|Win32
		{5FD5C833-7718-4BDD-89E4-5B36D5559C0B}.Debug|Win32.Build.0 = Debug|Win32
		{5FD5C833-7718-4BDD-89E4-5B36D5559C0B}.Debug|x64.ActiveCfg = Debug|x64
		{5FD5C833-7718-4BDD-89E4-5B36D5559C0B}.Debug|x64.Build.0 = Debug|x64
		{5FD5C833-7718-4BDD-89E4-5B36D5559C0B}.Release|Win32.ActiveCfg = Release|Win32
		{5FD5C833-7718-4BDD-89E4-5B36D5559C0B}.Release|Win32.Build.0 = Release|Win32
		{5FD5C833-7718-4BDD-89E4-5B36D5559C0B}.Release|x64.ActiveCfg = Release|x64
		{5FD5C833-7718-4BDD-89E4-5B36D5559C0B}.Release|x64.Build.0 = Release|x64
		{6D08DAF1-CDED-4261-841C-142E619E2809}.Debug|Win32.ActiveCfg = Debug|Win32
		{6D08DAF1-CDED-4261-841C-142E619E2809}.Debug|Win32.Build.0 = Debug|Win32
		{6D08DAF1-CDED-4261-841C-142E619E2809}.Debug|x64.ActiveCfg = Debug|x64
		{6D08DAF1-CDED-4261-841C-142E619E2809}.Debug|x64.Build.0 = Debug|x64
		{6D08DAF1-CDED-4261-841C-142E619E2809}.Release|Win32.ActiveCfg = Release|Win32
		{6D08DAF1-CDED-4261-841C-142E619E2809}.Release|Win32.Build.0 = Release|Win32
		{6D08DAF1-CDED-4261-841C-142E619E2809}.Release|x64.ActiveCfg = Release|x64
		{6D08DAF1-CDED-4261-841C-142E619E2809}.Release|x64.Build.0 = Release|x64
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Mr. Shah is a reclusive C++/C# developer lurking somewhere in the depths of the city of London. He learnt physics at Kings' College London and obtained a Master in Science there. Having earned an MCAD, he teeters on the brink of transitioning from C++ to C#, unsure of which language to jump to. Fortunately, he also knows how to use .NET interop to merge code between the two languages (which means he won't have to make the choice anytime soon).

His interests (apart from programming) are walking, football (the real one!), philosophy, history, retro-gaming, strategy gaming, and any good game in general.

He maintains a website / blog / FAQ / junk at shexec32.serveftp.net, where he places the best answers he's written to the questions you've asked. If you can find him, maybe you can hire Mr. Shah to help you with anything C++[/CLI]/C#/.NET related Smile | :) .

Comments and Discussions