- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have been trying to find a working example using the SystemParametersInfo function. I have not been successful. If possible, please provide example code using this function with fortran.
Thank you for your assistance.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SystemParametersInfo has about 100 usages depending on value of uiAction argument. Which one you're interested about? Some samples were posted at this Forum and youcan find them using Forum's search facility.
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
(Moving this reply from the separate topic it got accidentally put in)
From KWWEBER
Posted: 12-09-2003 10:21 AM (Viewed 8 times)
I am interested in the SPI_GETWORKAREA function. Any example that shows its use in the fortran environment will be helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
USE DFWIN
TYPE(T_RECT):: Rect
INTEGER:: iXRes, iYRes, b
b = SystemParametersInfo(SPI_GETWORKAREA,0,LOC(Rect),0)
iXRes = Rect%Right
iYRes = Rect%Bottom
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page