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.
Represents a metadata pattern.
Syntax
typedef struct WICMetadataPattern {
ULARGE_INTEGER Position;
ULONG Length;
BYTE *Pattern;
BYTE *Mask;
ULARGE_INTEGER DataOffset;
} WICMetadataPattern;
Members
Position
Type: ULARGE_INTEGER
The position of the pattern.
Length
Type: ULONG
The length of the pattern.
Pattern
Type: BYTE*
Pointer to the pattern.
Mask
Type: BYTE*
Pointer to the pattern mask.
DataOffset
Type: ULARGE_INTEGER
The offset location of the pattern.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
| Header | wincodecsdk.h |