wpSetLockupFullScreen - Example Code

This example lets you find the current Desktop object and sets the current lockup full-screen option setting to TRUE.

  WPDesktop    *Desktop;

  Desktop = _wpclsQueryObjectFromPath("<WP_DESKTOP>");
  _wpSetLockupFullScreen(Desktop,TRUE);


[Back: wpSetLockupFullScreen - Related Methods]
[Next: wpSetLockupFullScreen - Topics]