$tagGDIPENCODERPARAM structure
Global Const $tagGDIPENCODERPARAM = "byte GUID[16];dword Count;dword Type;ptr Values"
参数
GUID | Indentifies the parameter category (GDI_EPG constants) |
Count | 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. |
注意/说明
None.
相关