Jump to content

WWFS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:Constant:WWFS to WWFS
Ak120 (talk | contribs)
mNo edit summary
Line 17: Line 17:
Wait for the desktop to be populated.
Wait for the desktop to be populated.


[[Category:The OS/2 API Project]]
[[Category:Constant]]

Revision as of 18:01, 6 October 2016

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.