![]() |
![]() |
Functions | |
static gxi32 | gx_imagetovariant (gxHANDLE handle, gxIMAGE *source, gxi32 varid, gxVARIANT *target) |
Embedds an image into a variant. | |
static gxi32 | gx_imagefromvariant (gxHANDLE handle, gxIMAGE **target, gxVARIANT source) |
Loads an embedded image from a variant. |
static gxi32 gx_imagetovariant | ( | gxHANDLE | handle, | |
gxIMAGE * | source, | |||
gxi32 | varid, | |||
gxVARIANT * | target | |||
) | [static] |
Embedds an image into a variant.
handle | Handle of the module. | |
source | Pointer to the source image. | |
varid | The id for the created variant. | |
target | Pointer to the initialized destination variant. |
References gx_call().
Loads an embedded image from a variant.
handle | Handle of the module. | |
target | Pointer to the initialized destination image. | |
source | Variant with an embedded image. |
References gx_call().