ID2D1GdiMetafileSink::ProcessRecord method
This method is called once for each record stored in a metafile.
Syntax
BOOL ProcessRecord(
DWORD recordType,
[out] void *recordData,
UINT recordDataSize
);
Parameters
- recordType
-
Type: DWORD
The type of the record.
- recordData [out]
-
Type: void*
The data for the record.
- recordDataSize
-
Type: UINT
The byte size of the record data.
Return value
Type: BOOL
Return true if the record is successfully.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
DLL |
|
See also