|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
EnumTimeFormatsProc
An EnumTimeFormatsProc function is an application-defined callback function. It is called as a result of a call to the EnumTimeFormats function, and receives a pointer to a string buffer containing a time format string.
BOOL CALLBACK EnumTimeFormatsProc(
LPTSTR lpTimeFormatString // pointer to time format string );
Parameters
lpTimeFormatString
Pointer to a string buffer containing a null-terminated time format string. Note that lpTimeFormatString should be an LPWSTR for the Unicode (W) version of EnumTimeFormatsProc, and an LPSTR for the ANSI (A) version of EnumTimeFormatsProc.
Return Values
To continue enumeration, the callback function should return TRUE. To stop enumeration, the callback function should return FALSE.
Remarks
EnumTimeFormatsProc is a placeholder for an application-defined function name. An EnumTimeFormatsProc function can carry out any task An application registers an EnumTimeFormatsProc function by passing its address to the EnumTimeFormats function. A value of type TIMEFMT_ENUMPROC is a pointer to an EnumTimeFormatsProc function.
See Also
EnumTimeFormats
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
EnumTimeFormatsProc
Функция EnumTimeFormatsProc является определенной прикладной функцией возврата. Названо в результате вызова в функцию EnumTimeFormats и получено указатель в буфер строки, содержащий строку формата времени.
BOOL CALLBACK EnumTimeFormatsProc(
lpTimeFormatString / LPTSTR/ УКАЗАТЕЛЬ в строку формата времени );
Параметры
lpTimeFormatString
Указатель в буфер строки, содержащий недействительный строку формата расторгнутого времени. Отметьте, что lpTimeFormatString должно быть LPWSTR для Уникода (W) версии EnumTimeFormatsProc, и LPSTR для ANSI версии (A) EnumTimeFormatsProc.
Обратные Величины
Для того, чтобы продолжать перечисление, функция возврата должна возвращать ИСТИНУ. Для того, чтобы останавливать перечисление, функция возврата должна возвращать ЛОЖЬ.
Замечания
EnumTimeFormatsProc - метка-заполнитель для определенного прикладного функционального имени. Функция EnumTimeFormatsProc может выполнить любую задачу Приложение регистрируется, EnumTimeFormatsProc функционирует передавая адрес в функцию EnumTimeFormats. Величина типа TIMEFMT_ENUMPROC является указателем в функцию EnumTimeFormatsProc.
Смотри Также
EnumTimeFormats
|
|
|
![Русский перевод Win32 API](banner.bmp) |
| |