 |
GetEnhMetaFileHeader ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetEnhMetaFileHeader function retrieves the record containing the header for the specified enhanced-format metafile. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
UINT GetEnhMetaFileHeader(
HENHMETAFILE hemf, // handle to enhanced metafile
UINT cbBuffer, // size of buffer
LPENHMETAHEADER lpemh // data buffer
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetEnhMetaFileHeader In gdi32;
INTEGER hemf,;
INTEGER cbBuffer,;
STRING @ lpemh
|
 |
 |
 |
| Parameters: |
 |
hemf
[in] Handle to the enhanced metafile for which the header is to be retrieved.
cbBuffer
[in] Specifies the size, in bytes, of the buffer to receive the data. Only this many bytes will be copied.
lpemh
[out] Pointer to an ENHMETAHEADER structure that receives the header record. |
 |
 |
| Return value: |
 |
| 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. |
 |
 |
| Word Index links for the GetEnhMetaFileHeader : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-05-22 16:44:21 | | Modified: | 2003-05-22 16:45:48 | Visited in last 7 days: 19 |