$tagGDIPENCODERPARAM structure
Global Const $tagGDIPENCODERPARAM = "struct;byte GUID[16];ulong NumberOfValues;ulong Type;ptr Values;endstruct"
GUID | Identifies the parameter category (GDI_EPG constants) |
NumberOfValues | Number of values in the array pointed to by the Value member |
Type | Identifies the data type of the parameters (GDI_EPT constants) |
Values | Pointer to an array of values. Each value has the type specified by the Type member. |