Using Win32 functions in Visual FoxPro Image Gallery
GDI+ Image
..msdn
GdipDisposeImage
GdipGetImageFlags
GdipGetImageGraphicsContext
GdipGetImageHeight
GdipGetImageHorizontalResolution
GdipGetImagePalette
GdipGetImagePaletteSize
GdipGetImageRawFormat
GdipGetImageType
GdipGetImageVerticalResolution
GdipGetImageWidth
GdipGetPropertyCount
GdipGetPropertyIdList
GdipGetPropertyItem
GdipGetPropertyItemSize
GdipLoadImageFromFile
GdipRemovePropertyItem
GdipSaveImageToFile
GdipSetImagePalette
GdipSetPropertyItem
Code examples:
GdipGetPropertyIdList
..msdn    Add comment     W32 Constants      Translate this page
Gets a list of the property identifiers used in the metadata of this Image object.
Code examples:
Declaration:
 
GpStatus WINGDIPAPI GdipGetPropertyIdList(
    GpImage *image,
    UINT numOfProperty,
    PROPID* list
)
 
 
FoxPro declaration:
 
DECLARE INTEGER GdipGetPropertyIdList IN gdiplus;
    INTEGER   img,;
    INTEGER   numOfProperty,;
    STRING  @ lst
 
Parameters:
img
[in] Handle to Image object

numOfProperty
[in] Integer that specifies the number of elements in the list array. Call the GdipGetPropertyCount to determine this number.

list
[out] Pointer to an array that receives the property identifiers.
Return value:
Returns 0 on success.
Word Index links for the GdipGetPropertyIdList :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2004-07-29 12:38:24
Modified: 2004-07-29 12:55:47
Visited in last 7 days: 7
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (50.16.36.153)
3 sec.Example: 'Obtaining some properties for the Windows desktop using the GetWindowPlacement function'
6 sec.Function: 'GetShortPathName'
Function group: 'File Management'
24.83 min.Example: 'Setting the Window Region for a form'
24.88 min.Function: 'GetWindowContextHelpId'
24.93 min.Example: 'Class library providing access to the System Registry'
1.76 hrs.Function: 'midiOutShortMsg'
Function group: 'Windows Multimedia'
3.23 hrs.Example: 'Enumerating print jobs and retrieving information for default printer (JOB_INFO_1 structures)'
4.35 hrs.Function: 'mmioWrite'
Function group: 'Windows Multimedia'
 Example: 'Printing text on the client area of the main VFP window'
 Example: 'How to retrieve the number of print jobs queued for the printer'
Language: 'C++'
Google
Advertise here!