Click here to Skip to main content
15,881,880 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
A Beginner Tutorial for Writing Simple COM/ATL DLL and Using it with .NET [^] by ThatsAlok around July 18, 2009 is a very useful tutorial on Visual Studio 2005.

One question on using ATL to develop COM module:

Add Method Wizard exposes predefined Parameter Types for selection. Does it take data structure type of parameter? But how?
Thanks in advance for any leads.
Posted
Updated 3-Jun-11 17:41pm
v2

you can, but you need to express the size of a non-native data type using the idl


Have a look at the answer to this question[^]
 
Share this answer
 
You are asking a question about an article so ask your question at the bottom of article where the author replying the questions.

Comments section - A Beginner Tutorial for Writing Simple COM/ATL DLL and Using it with .NET [^]
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900