PlayRecordCallback
This delegate is not used. For an example of enumerating the records of a metafile, see EnumerateMetafile.
namespace System.Drawing.Imaging
{
public delegate void PlayRecordCallback (EmfPlusRecordType recordType, int flags, int dataSize, IntPtr recordData);
}