ULONG *XLATEOBJ_piVector(
IN XLATEOBJ *pxlo | |
); |
XLATEOBJ_piVector retrieves a translation vector that the driver can use to translate source indices to destination indices.
The return value is a pointer to a vector of translation entries if the function is successful. Otherwise, it is null, and an error code is logged.
This function can be used only if the source palette is an indexed palette.