|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetEnhMetaFileHeader
The GetEnhMetaFileHeader function retrieves the record containing the header for the specified enhanced-format metafile.
UINT GetEnhMetaFileHeader(
HENHMETAFILE hemf, // handle of enhanced metafile UINT cbBuffer, // size of buffer, in bytes LPENHMETAHEADER lpemh // address of buffer to receive data );
Parameters
hemf
Identifies the enhanced metafile for which the header is to be retrieved.
cbBuffer
Specifies the size, in bytes, of the buffer to receive the data. Only this many bytes will be copied.
lpemh
Points to an ENHMETAHEADER structure to receive the header record. If this parameter is NULL, the function returns the size of the header record.
Return Values
If the function succeeds and the structure pointer is NULL, the return value is the size of the record that contains the header; if the structure pointer is a valid pointer, the return value is the number of bytes copied. Otherwise, it is zero.
Remarks
An enhanced-metafile header contains such information as the metafile's size, in bytes; the dimensions of the picture stored in the metafile; the number of records stored in the metafile; the offset to the optional text description; the size of the optional palette, and the resolution of the device on which the picture was created. The record that contains the enhanced-metafile header is always the first record in the metafile. Windows 95: The maximum length of the description string for an enhanced metafile is 16,384 bytes.
See Also
ENHMETAHEADER, PlayEnhMetaFile
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetEnhMetaFileHeader
Функция GetEnhMetaFileHeader извлекает запись, содержащую заголовок для расширенного формата определенного метафайла.
UINT GetEnhMetaFileHeader(
HENHMETAFILE hemf, // РУЧКА расширенного метафайла UINT cbBuffer, // размера буфера, в байтах LPENHMETAHEADER lpemh // адрес буфера, чтобы получать данные );
Параметры
hemf
Идентифицирует расширенный метафайл для которого заголовок должен быть извлечен.
cbBuffer
Определяет размер, в байтах, буфера, чтобы получать данные. Только это много байтов будут скопированы.
lpemh
Точки на структуру ENHMETAHEADER, чтобы получать запись заголовка. Если этот параметр НЕДЕЙСТВИТЕЛЕН, функция возвращает размер записи заголовка.
Обратные Величины
Если функция добивается успеха и структурный указатель НЕДЕЙСТВИТЕЛЕН, обратная величина является размером записи, которая содержит заголовок; если структурный указатель является правильным указателем, обратная величина является количеством скопированных байтов. В противном случае, это нулевое.
Замечания
Расширенный метафайл заголовка содержит такую информацию как размер метафайла, в байтах; измерения изображения загружались в метафайл; количество записей загружалось в метафайл; смещение в дополнительное текстовое описание; размер дополнительной палитры, и разрешение устройства на котором изображение было создано. Запись, которая содержит расширенный метафайл заголовка - всегда первая запись в метафайле. Windows 95: максимальная длина описания строки для расширенного метафайла - 16,384 байтов.
Смотри Также
ENHMETAHEADER, PlayEnhMetaFile
|
|
|
|
| |