Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |