Sack Library Documentation
|
__cdecl IMAGE_PROC Image DecodeMemoryToImage(P_8 buf, _32 size); Image (* DecodeMemoryToImage)(P_8 buf, _32 size);
Parameters |
Description |
P_8 buf |
Pointer to bytes of data to decode |
_32 size |
the size of the buffer to decode |
Decodes a block of memory into an image. This is used internally so, LoadImageFile() opens the file and reads it into a buffer, which it then passes to DecodeMemoryToImage(). Images stored in custom user structures may be passed for decoding also.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|