|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| Yes
| Import Library
| user-defined
| Header File
| winnls.h
| Unicode
| WinNT
| Platform Notes
| CALINFO_ENUMPROC
|
|
|
EnumCalendarInfoProc
An
EnumCalendarInfoProc function is an application-defined callback function. It is called as a
result of a call to the
EnumCalendarInfo function, and receives a pointer to a string buffer containing a calendar
information string.
BOOL CALLBACK EnumCalendarInfoProc(
LPTSTR lpCalendarInfoString
| // pointer to calendar information string
|
);
|
|
Parameters
lpCalendarInfoString
Pointer to a string buffer containing a null-terminated calendar information
string. This string is formatted according to the
CALTYPE value passed to
EnumCalendarInfo. Note that
lpCalendarInfoString should be an
LPWSTR for the Unicode (W) version of
EnumCalendarInfo, and an
LPSTR for the ANSI (A) version of
EnumCalendarInfo.
Return Values
To continue enumeration, the callback function should return TRUE.
To stop enumeration, the callback function should return FALSE.
Remarks
EnumCalendarInfoProc is a placeholder for an application-defined function name.
An
EnumCalendarInfoProc function can carry out any desired task.
An application registers an
EnumCalendarInfoProc function by passing its address to the
EnumCalendarInfo function.
A value of type
CALINFO_ENUMPROC is a pointer to an
EnumCalendarInfoProc function.
See Also
EnumCalendarInfo
- 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