Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Calling Windows API

From: patrick:philipot:laposte at: 13-Dec-2004 16:21

Hello Romano, RPT> st: make struct! [ RPT> VolumeNameBuffer [string!] RPT> FileSystemNameBuffer [string!] RPT> ] reduce [VNB: make string! 100 FSNB: make string! 100] RPT> GetVolumeInfo "C:\" VNB 20 0 0 0 FSNB 20 Thanks Romano Very strange indeed. And I don't get why it's working. It seems that Rebol is doing a lot of things behind my back. --- Ciao Pat