Patrice Terrier
Using TRANSFER with API calls June 24, 2009 03:18PM |
// Example based on the GDImage encapsulation FUNCTION ZI_GetZoomValue(LOCAL hWnd is int) nRet is int = ZI_GetProperty(hWnd, ZI_ZoomFactor) rValue is 4-byte real // <---------- Transfer(&rValue, &nRet, 4) // <---------- IF rValue < 0.001 THEN rValue = 1 RESULT rValue...