The EnumMetaFileProc function is an application-defined callback function that processes Windows-format metafile records. This function is called by the EnumMetaFile function.
This function is provided for compatibility with earlier versions of Microsoft Windows. Win32-based applications should use the EnhMetaFileProc and EnumEnhMetaFile functions.
int CALLBACK EnumMetaFileProc(
HDC hDC, |
// handle to device context |
HANDLETABLE FAR *lpHTable, |
// pointer to metafile handle table |
METARECORD FAR *lpMFR, |
// pointer to metafile record |
int nObj, |
// count of objects |
LPARAM lpClientData |
// pointer to optional data |
); |
This function must return a nonzero value to continue enumeration; to stop enumeration, it must return zero.
An application must register the callback function by passing its address to the EnumMetaFile function.
EnumMetaFileProc is a placeholder for the application-supplied function name.
EnhMetaFileProc, EnumEnhMetaFile, EnumMetaFile
file: /Techref/os/win/api/win32/func/src/f20_15.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 00:35,
3.129.45.187:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/func/src/f20_15.htm"> EnumMetaFileProc</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.