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 metadata header.
Syntax
typedef struct WICMetadataHeader {
ULARGE_INTEGER Position;
ULONG Length;
BYTE *Header;
ULARGE_INTEGER DataOffset;
} WICMetadataHeader;
Members
Position
Type: ULARGE_INTEGER
The position of the header.
Length
Type: ULONG
The length of the header.
Header
Type: BYTE*
Pointer to the header.
DataOffset
Type: ULARGE_INTEGER
The offset of the header.
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 |