Using Win32 (WinAPI) Functions in Microsoft Visual FoxProAdd Microsoft Win32 functionality to your Visual FoxPro applications! This web site presents declarations and FoxPro code samples for over 1,100 Windows API functions.Code sample: How to find when the application started- March 26, 2008 The GetProcessTimes function among other output parameters returns the creation time of the process.http://www.news2news.com/vfp/?example=534 Code sample: Obtaining IO counts for the current process- March 26, 2008 The IO_COUNTERS structure contains IO accounting information for a process or a job object. For a job object, the counters include all operations performed by all processes that have ever been associated with the job, in addition to all processes currently associated with the job.http://www.news2news.com/vfp/?example=535 API function: GetProcessVersion- March 26, 2008 Retrieves the major and minor version numbers of the system on which the specified process expects to run.http://www.news2news.com/vfp/?function=260 API function: GetProcessTimes- March 26, 2008 Retrieves timing information for the specified process.http://www.news2news.com/vfp/?function=1128 Code sample updated: Round FoxPro form- March 22, 2008 C version has been added to this and two other code samples.http://www.news2news.com/vfp/?example=143 |