Using Win32 functions in Visual FoxPro Image Gallery
Metafile
..msdn
CloseEnhMetaFile
CreateEnhMetaFile
DeleteEnhMetaFile
GetEnhMetaFile
GetEnhMetaFileHeader
PlayEnhMetaFile
Code examples:
How to display picture stored in enhanced-format metafile (*.emf)
How to print picture stored in enhanced-format metafile (*.emf)
GetEnhMetaFile
..msdn    Add comment     W32 Constants      Translate this page
The GetEnhMetaFile function creates a handle that identifies the enhanced-format metafile stored in the specified file.
Code examples:
How to display picture stored in enhanced-format metafile (*.emf)
How to print picture stored in enhanced-format metafile (*.emf)
Declaration:
 
HENHMETAFILE GetEnhMetaFile(
  LPCTSTR lpszMetaFile   // file name
);
 
FoxPro declaration:
 
DECLARE INTEGER GetEnhMetaFile IN gdi32;
    STRING lpszMetaFile
 
Parameters:
lpszMetaFile
[in] Pointer to a null-terminated string that specifies the name of an enhanced metafile.
Return value:
If the function succeeds, the return value is a handle to the enhanced metafile.
My comment:
When the application no longer needs an enhanced-metafile handle, it should delete the handle by calling the DeleteEnhMetaFile function.
Word Index links for the GetEnhMetaFile :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2003-05-22 16:42:32
Modified: 2003-05-22 16:44:04
Visited in last 7 days: 15
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (107.20.129.212)
3 sec.Function: 'CryptDestroyKey'
Function group: 'Cryptography Reference'
7.96 hrs.Function: 'CopyFile'
9 hrs.Function: 'CryptProtectData'
Function group: 'Cryptography Reference'
9.57 hrs.Example: 'Retrieving Printer Device Context using PrintDlg function'
 Example: 'Creating the Save dialog box to specify the drive, directory, and name of a file to save'
 Function: 'ws_select'
Function group: 'Windows Sockets 2 (Winsock)'
22.48 hrs.Function: 'GetDiskFreeSpaceEx'
 Example: 'FindText -- the hopeless and useless Common Dialog'
 Function: 'StrFromTimeInterval'
Function group: 'String'
23.52 hrs.Example: 'Extended MessageBox Class'
Google
Advertise here!