|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
CopyAcceleratorTable
The CopyAcceleratorTable function copies the specified accelerator table. This function is used to obtain the accelerator-table data that corresponds to an accelerator-table handle, or to determine the size of the accelerator-table data.
int CopyAcceleratorTable(
HACCEL hAccelSrc, // handle to accelerator table to copy LPACCEL lpAccelDst, // pointer to structure receiving copy int cAccelEntries // number of entries in table being copied );
Parameters
hAccelSrc
Identifies the accelerator table to copy.
lpAccelDst
Points to an array of ACCEL structures where the accelerator-table information is to be copied.
cAccelEntries
Specifies the number of ACCEL structures to copy to the buffer pointed to by the lpAccelDst parameter.
Return Values
If lpAccelDst is NULL, the return value specifies the number of accelerator-table entries in the original table. Otherwise, it specifies the number of accelerator-table entries that were copied.
See Also
ACCEL, CreateAcceleratorTable, DestroyAcceleratorTable, LoadAccelerators, TranslateAccelerator
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
CopyAcceleratorTable
Функция CopyAcceleratorTable копирует определенный стол акселератора. Эта функция использована, чтобы получать акселератор-табличные данные, которые переписываются в акселератор-табличную ручку, или, чтобы определять размер акселератор-табличных данных.
int CopyAcceleratorTable(
HACCEL hAccelSrc, // РУЧКА в таблицу акселератора, чтобы копировать LPACCEL lpAccelDst, // указатель в структуру, получающую копию номера int cAccelEntries // данных в таблице, копированной );
Параметры
hAccelSrc
Идентифицирует таблицу акселератора, чтобы копироваться.
lpAccelDst
Точки на массив структур ACCEL где акселератор-табличная информация должна быть скопирована.
cAccelEntries
Определяет число структур ACCEL, чтобы копироваться в буфер указанный, чтобы параметром lpAccelDst.
Обратные Величины
Если lpAccelDst НЕДЕЙСТВИТЕЛЕН, обратная величина определяет число акселератор-табличных данных в оригинальной таблице. В противном случае, это определяет число акселератор-табличных данных, которые были скопированы.
Смотри Также
ACCEL, CreateAcceleratorTable, DestroyAcceleratorTable, LoadAccelerators, TranslateAccelerator
|
|
|
|
| |