AW: Array of Integer und crash
26. Sep 2018, 17:21
Code:
DECLARE FUNCTION GdipGetPropertyIdList ( _
BYVAL pImage AS DWORD, _
BYVAL numOfProperty AS DWORD, _
BYREF list AS DWORD _
) AS LONG
list
[out] Pointer to an array that receives the property identifiers.
DECLARE FUNCTION GdipGetPropertyItem ( _
BYVAL pImage AS DWORD, _
BYVAL propId AS DWORD, _
BYVAL propSize AS DWORD, _
BYREF buffer AS PropertyItem _
) AS LONG
buffer
[out] Pointer to a PropertyItem structure that receives the property item.
Auch hier BYREF = var in Delphi!
verstehe wer will.
gruss
Geändert von EWeiss (27. Sep 2018 um 10:41 Uhr)
|