Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to get class object from runtime class object.

CRuntimeClass *pcRunClass = RUNTIME_CLASS (WndClass);

WndClass *pcWnd = pcRunClas-> ??????
Posted
Updated 11-Mar-13 1:17am
v3

1 solution

Look at the documentation[^], especially the member functions.
 
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