Hi All,
I'm using Panelator plugin available in AE SDK. I'm getting HIViewRef as window handle but for the framework which I'm using I need WindowRef as handle. Is there any way to get WindowRef from HIViewRef?
Thanks,
Dheeraj.
Hi All,
I checked some code and I got the answer. Here is how you get a WindowRef from HIViewRef :
If hiViewRef is of type HIViewRef then,
WindowRef hostWindow = HIViewGetWindow(hiViewRef);