 |
GdipGetImageEncodersSize ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetImageEncodersSize function gets the number of available image encoders and the total size of the array of ImageCodecInfo objects that is returned by the GetImageEncoders function. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
Status GetImageEncodersSize(
UINT *numEncoders,
UINT *size
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipGetImageEncodersSize IN gdiplus;
INTEGER @ numEncoders,;
INTEGER @ sze
|
 |
 |
 |
| Parameters: |
 |
numEncoders
[out] Pointer to a UINT that receives the number of available image encoders.
size
[out] Pointer to a UINT that receives the total size, in bytes, of the array of ImageCodecInfo objects that is returned by GetImageEncoders.
|
 |
 |
| Return value: |
 |
| If the function succeeds, it returns Ok (0), which is an element of the Status enumeration. |
 |
 |
| Word Index links for the GdipGetImageEncodersSize : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-07-23 18:50:45 | | Modified: | 2004-07-23 18:52:07 | Visited in last 7 days: 16 |