Jump to content

WWFS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Constants used by event argument in calls to [[OS2 API:WinWaitForShell|WinWaitForShell]]
Constants used by event argument in calls to [[WinWaitForShell]]
 
  WWFS_QUERY            = 0x80000000
  WWFS_QUERY            = 0x80000000
Specified to indicate that the function should return immediately. The return value will indicate if the shell is up or not.
Specified to indicate that the function should return immediately. The return value will indicate if the shell is up or not.
  WWFS_DESKTOPCREATED  = 1
  WWFS_DESKTOPCREATED  = 1
Wait for the desktop to be created.
Wait for the desktop to be created.
  WWFS_DESKTOPOPENED    = 2
  WWFS_DESKTOPOPENED    = 2
Wait for the desktop folder to be opened.
Wait for the desktop folder to be opened.
  WWFS_DESKTOPPOPULATED = 3
  WWFS_DESKTOPPOPULATED = 3
Wait for the desktop to be populated.
Wait for the desktop to be populated.


[[Category:Constant]]
[[Category:Constant]]

Revision as of 19:01, 16 January 2019

Constants used by event argument in calls to WinWaitForShell

WWFS_QUERY            = 0x80000000

Specified to indicate that the function should return immediately. The return value will indicate if the shell is up or not.

WWFS_DESKTOPCREATED   = 1

Wait for the desktop to be created.

WWFS_DESKTOPOPENED    = 2

Wait for the desktop folder to be opened.

WWFS_DESKTOPPOPULATED = 3

Wait for the desktop to be populated.