Jump to content

VALID_DATA_FORMATS

From EDM2
Revision as of 18:40, 5 April 2025 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Defines valid source and destination format pairs.

typedef struct _VALID_DATA_FORMATS {
  ULONG     ulSrcDstFormat;           /*  Combined source and destination codes. */
  PFN       pfnRowConversionRoutine;  /*  Address of the conversion routine for this pair. */
  PBYTE     *ppConvertTable;          /*  Address to the conversion table, if required. */
  PFN       pfnCreateConvertTable;    /*  Address to a routine that creates a conversion table. */
} VALID_DATA_FORMATS;

typedef VALID_DATA_FORMATS *PVALID_DATA_FORMATS;