Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please what is the win32 api equivalent of the MFC class CRgn?
Posted
Comments
CPallini 6-Feb-14 16:00pm    
PJ Arends gave you the solution. As a general method, you could see, in the documentation if the MFC class has an operator to access the internal handle, for instance:
http://msdn.microsoft.com/en-us/library/13d5k6se.aspx#fbid=3G9EI_O2urg
in your case.

1 solution

CRgn is simply a wrapper around the HRGN handle. See [^]
 
Share this answer
 
Comments
Gbenbam 6-Feb-14 15:50pm    
Thanks.I appreciate it.

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