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