ReactOS 0.4.16-dev-1098-g0ca6002
|
Public Attributes | |
DWORD | record_type |
DWORD | flags |
BOOL | todo |
BOOL | playback_todo |
void(* | playback_fn )(GpMetafile *metafile, EmfPlusRecordType record_type, unsigned int flags, unsigned int dataSize, const unsigned char *pStr) |
DWORD | broken_flags |
Definition at line 34 of file metafile.c.
DWORD emfplus_record::broken_flags |
Definition at line 42 of file metafile.c.
DWORD emfplus_record::flags |
Definition at line 37 of file metafile.c.
Referenced by check_record(), enum_emf_proc(), and enum_metafile_proc().
void(* emfplus_record::playback_fn) (GpMetafile *metafile, EmfPlusRecordType record_type, unsigned int flags, unsigned int dataSize, const unsigned char *pStr) |
Definition at line 40 of file metafile.c.
BOOL emfplus_record::playback_todo |
Definition at line 39 of file metafile.c.
DWORD emfplus_record::record_type |
Definition at line 36 of file metafile.c.
Referenced by check_record(), enum_emf_proc(), and enum_metafile_proc().
BOOL emfplus_record::todo |
Definition at line 38 of file metafile.c.
Referenced by enum_emf_proc(), and enum_metafile_proc().