VpeGetPictureTypes

<< Click to Display Table of Contents >>

Navigation:  Picture Functions >

VpeGetPictureTypes

Previous pageReturn to chapter overviewNext page

Returns a string with the file name extensions of all supported file-formats.

void VpeGetPictureTypes(

VpeHandle hDoc,

LPSTR s,

int size

)

VpeHandle hDoc

Document Handle

LPSTR s

the receive string with the type-list

int size

the maximum number of bytes, the string s can receive

Returns:

A list of picture types in parameter "s" of the following form:

"*.WMF;*.BMP;*.TIF;*.JPG;*.PCX;*.TIF"

Example:

char s[256]

VpeGetPictureTypes(hDoc, s, sizeof(s))

 

See Also:

"Pictures" in the Programmer's Manual