Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please what header file must one include to be able to use the _variant_t class?
Or what file will one import to be able to use the class?
Posted

1 solution

You could find the answer to this quite easily by reading the MSDN documentation for the class you are trying to use. variant_t is used by many different classes so you need to check for the specific header requirements.
 
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