struct CCL::Win32::IScreenInfo
Overview
#include <iwin32specifics.h> struct IScreenInfo: public CCL::IUnknown { // methods virtual void CCL_API screenPixelToGlobalCoord (Point& p) const = 0; };
Inherited Members
public: // methods virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0; virtual unsigned int CCL_API retain () = 0; virtual unsigned int CCL_API release () = 0;
Detailed Documentation
Methods
virtual void CCL_API screenPixelToGlobalCoord (Point& p) const = 0
Convert physical screen pixel position to global coordinate.