XLATEOBJ_piVector function (winddi.h)
The XLATEOBJ_piVector function retrieves a translation vector that the driver can use to translate source indices to destination indices.
Syntax
ENGAPI ULONG * XLATEOBJ_piVector(
XLATEOBJ *pxlo
);
Parameters
pxlo
Pointer 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.
Remarks
This function can be used only if the source palette is an indexed palette.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 2000 and later versions of the Windows operating systems. |
Target Platform | Universal |
Header | winddi.h (include Winddi.h) |
Library | Win32k.lib |
DLL | Win32k.sys |