ULONG *XLATEOBJ_piVector(
IN XLATEOBJ *pxlo | |
); |
XLATEOBJ_piVector retrieves a translation vector that the driver can use to translate source indices to destination indices.
Parameters
pxlo
Points to a XLATEOBJ structure that defines the indexed source object.
Return Value
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.
Comments
This function can be used only if the source palette is an indexed palette.