Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is called once for each record stored in a metafile.
Syntax
HRESULT ProcessRecord(
DWORD recordType,
[out] const void *recordData,
DWORD recordDataSize
);
Parameters
recordType
Type: DWORD
The type of the record.
[out] recordData
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
Requirement | Value |
---|---|
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] |
Target Platform | Windows |
Header | d2d1_1.h |
DLL | D2d1.dll |