Overview
Group
Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library
user-defined
Header File
winuser.h
Unicode
WinNT
Platform Notes
DESKTOPENUMPROC

EnumDesktopProc

The EnumDesktopProc function is an application-defined callback function that receives a desktop name as a result of a call to the EnumDesktops function.

BOOL CALLBACK EnumDesktopProc(

LPTSTR lpszDesktop,
// name of a desktop
LPARAM lParam
// value specified in EnumDesktops call
);

Parameters

lpszDesktop

Points to the null-terminated name of a desktop.

lParam

Specifies the application-defined value given in the EnumDesktops function.

Return Values

To continue enumeration, the callback function must return TRUE. To stop enumeration, it must return FALSE.

Remarks

The EnumDesktopProc function is a placeholder for the application-defined function name. The DESKTOPENUMPROC type is a pointer to an EnumDesktopProc function.

See Also

EnumDesktops

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database