how get information of screen ?
depth,size and more…
thanks,
bye
rgb <rgb@free.fr> wrote:
how get information of screen ?
depth,size and more…
PhRect_t current_console;
PhWindowQueryVisible( 0, 0, 0, ¤t_console);
This will give you the location of the currently visible screen
in absolute Photon space.
For some other resources, have a look at PhQuerySystemInfo() and
PtQuerySystemInfo()
Norbert Black
QSSL Training Services