Click here to Skip to main content
15,879,239 members
Articles / Programming Languages / C++

Secure Function Pointer and Callbacks in Windows Programming

Rate me:
Please Sign up or sign in to vote.
4.64/5 (18 votes)
4 May 2011CPOL14 min read 55.9K   3.5K   53  
This article explains the usage of function pointer and callback in Windows application programming Interface (API).

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CFunctionPointer", "CFunctionPointer\CFunctionPointer.vcproj", "{3EB89AB6-5476-4A1E-8094-F2596A045811}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{3EB89AB6-5476-4A1E-8094-F2596A045811}.Debug|Win32.ActiveCfg = Debug|Win32
		{3EB89AB6-5476-4A1E-8094-F2596A045811}.Debug|Win32.Build.0 = Debug|Win32
		{3EB89AB6-5476-4A1E-8094-F2596A045811}.Release|Win32.ActiveCfg = Release|Win32
		{3EB89AB6-5476-4A1E-8094-F2596A045811}.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
Architect
India India
Selvam has worked on several technologies like Java, Python, Big data, VC++, MFC, Windows API and Weblogic server. He takes a lot of interest in reading technical articles and enjoys writing them too. He has been awarded as a Microsoft Community Star in 2004, MVP in 2005-06, SCJP 5.0 in 2009, Microsoft Community Contributor(MCC) 2011.

Big Data
o Google Professional Data Engineer 2021
o Confluent Certified Developer for Apache Kafka 2020
o Datastax Apache Cassandra 3.x Developer Associate Certification 2020
✓ Cloud
o Google Professional Cloud Architect 2021
o Microsoft Certified: Azure Solutions Architect Expert 2020
o AWS Certified Solutions Architect - Associate 2020
✓ Oracle Certified Master, Java EE 6 Enterprise Architect (OCMEA) 2018

Github : https://github.com/selvamselvam
Web site: http://www.careerdrill.com
Linkedin: https://www.linkedin.com/in/selvamselvam/

Comments and Discussions