|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
PlayEnhMetaFileRecord
The PlayEnhMetaFileRecord function plays an enhanced-metafile record by executing the graphics device interface (GDI) functions identified by the record.
BOOL PlayEnhMetaFileRecord(
HDC hdc, // handle to device context LPHANDLETABLE lpHandletable, // pointer to metafile handle table CONST ENHMETARECORD *lpEnhMetaRecord, // pointer to metafile record UINT nHandles // count of handles );
Parameters
hdc
Identifies the device context passed to the EnumEnhMetaFile function.
lpHandletable
Points to a table of handles identifying GDI objects used when playing the metafile. The first entry in this table contains the enhanced-metafile handle.
lpEnhMetaRecord
Points to the enhanced-metafile record to be played.
nHandles
Specifies the number of handles in the handle table.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
Remarks
This is an enhanced-metafile function. An application typically uses PlayEnhMetaFileRecord in conjunction with the EnumEnhMetaFile function to process and play an enhanced-format metafile one record at a time. The hdc, lpHandletable, and nHandles parameters must be exactly those passed to the EnhMetaFileProc callback procedure by the EnumEnhMetaFile function. If PlayEnhMetaFileRecord does not recognize a record, it ignores the record and returns TRUE.
Windows 95: PlayEnhMetaFileRecord is subject to the limitations of the Windows 95 GDI. For example, Windows 95 supports only 16-bit signed coordinates. For records that contain 32-bit values, Windows 95 fails to play the record if the values are not in the range -32,768 to 32,767.
See Also
EnumEnhMetaFile, PlayEnhMetaFile
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
PlayEnhMetaFileRecord
Функция PlayEnhMetaFileRecord играется расширенный метафайл записи выполняя графический интерфейс устройства функций (GDI) идентифицировался записью.
BOOL PlayEnhMetaFileRecord(
HDC hdc, // РУЧКА в контекст устройства LPHANDLETABLE lpHandletable, // указателя на стол ручки метафайла CONST ENHMETARECORD *lpEnhMetaRecord, // указатель в запись метафайла UINT nHandles // счет ручек );
Параметры
hdc
Идентифицирует контекст устройства пройденный в функцию EnumEnhMetaFile.
lpHandletable
Точки на стол ручек, опознающих объекты GDI использовались при игре метафайла. Первый вход на этом столе содержит расширенный метафайл ручки.
lpEnhMetaRecord
Точки на расширенный метафайл записи, чтобы быть сыгранн.
nHandles
Определяет количество ручек на столе ручки.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая.
Замечания
Это - расширенный метафайл функции. Приложение обычно использует PlayEnhMetaFileRecord в связи (вместе)с функцией EnumEnhMetaFile, чтобы обрабатывать и играться расширенный формат метафайла один запись за один раз. hdc, lpHandletable, И параметры nHandles должны быть точно теми пройденные в процедуру возврата EnhMetaFileProc функцией EnumEnhMetaFile. Если PlayEnhMetaFileRecord не признает запись, это игнорирует запись и возвращает ИСТИНУ.
Windows 95: PlayEnhMetaFileRecord подвергается ограничениям Windows 95 GDI. Например, только 16- бит опор Windows 95 подписывал координаты. Для записей, которые содержат 32- битовые величины, Windows 95 не играется запись если величины - не в дипазоне -32,768 на 32,767.
Смотри Также
EnumEnhMetaFile, PlayEnhMetaFile
|
|
|
|
| |