In my ScopeNode
-derived class, I want to P/Invoke something that requires an HWND
(and won't accept NULL). How do I get hold of a window handle (or an IWin32Window
) in this situation?
In my ScopeNode
-derived class, I want to P/Invoke something that requires an HWND
(and won't accept NULL). How do I get hold of a window handle (or an IWin32Window
) in this situation?