Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
Clipping mouse cursor area
Drawing icons associated with the VFP main window
Enumerating print processors and supporting data types installed on the specified server
How to hide your program from the Close Program dialog (Win9* only)
How to print picture stored in enhanced-format metafile (*.emf)
Pocket PC: base class
Retrieving information about the specified icon
Retrieving the names of all sections in an initialization file
Scanning a hierarchy of child windows down from the Windows Desktop
String representation for disk or memory capacity
FindText -- the hopeless and useless Common Dialog
How to position the GETPRINTER() dialog
Obtaining MAC address through Address Resolution Protocol (ARP) request
Opening access to the Microsoft Internet functions for the application
The window and its ancestors
Using an Event Object. Part A: running an application that creates an Event object
Using the CreateFile
Using the Semaphore object to allow only one instance of VFP application running
Winsock: changing the byte ordering
Winsock: how to retrieve the protocol information corresponding to a protocol name
Animating a transition of the VFP form (a wire-frame rectangle)
Configuring DEVMODE structure for a printer
Enumerating Processes -- WinNT
Finding parameters for the region specified
Retrieving the System Time adjustment

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
 
    DECLARE INTEGER GetLastError IN kernel32 
 
    DECLARE SHORT GetSystemTimeAdjustment IN kernel32.dll;
        INTEGER @ lpTimeAdjustment,;
        INTEGER @ lpTimeIncrement,;
        SHORT   @ lpTimeAdjustmentDisabled
 
    STORE 0 TO lpTimeAdjustment, lpTimeIncrement,;
        lpTimeAdjustmentDisabled
 
    IF GetSystemTimeAdjustment (@lpTimeAdjustment,;
        @lpTimeIncrement, @lpTimeAdjustmentDisabled) = 1
 
        ? "The time adjustment is: " +;
            Iif(lpTimeAdjustmentDisabled=0, "ENABLED", "disabled")
        ?
        ? "The number of 100-nanosecond units "
        ? "added to the time-of-day clock "
        ? "at each periodic time adjustment: "
        ?? lpTimeAdjustment
        ?
        ? "The interval, "
        ? "counted in 100-nanosecond units, "
        ? "between periodic time adjustments: "
        ?? lpTimeIncrement
    ELSE
        ? "GetSystemTimeAdjustment calling error: "
        ?? GetLastError()
    ENDIF
 

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
849 bytes  
Created: 2001-07-25 12:00:00  
Modified: 2001-09-28 16:45:22  
Visits in 7 days: 54  
Listed functions:
GetLastError
GetSystemTimeAdjustment
Printer friendly API declarations
My comment:
WinNT only. This function is not supported under Win9*
Word Index links for this example:
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
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 (54.234.180.187)
1.84 hrs.Function: 'sendto'
Function group: 'Windows Sockets 2 (Winsock)'
 Function: 'UrlEscape'
Function group: 'Shell Lightweight Utility APIs -- Path Functions'
2.8 hrs.Example: 'GDI+: Drawing a Pie Chart'
 Example: 'Reading list of folders and files on FTP server'
Language: 'C#'
4.86 hrs.Example: 'Enumerating files opened on the network'
10.2 hrs.Example: 'Using named pipes for interprocess communication'
 Example: 'How to view icons stored in executable files (Icon Viewer) - II'
13.57 hrs.Function: 'StrDup'
13.58 hrs.Example: 'Customizing the frame of top-level form: removing the standard frame (VFP9, Vista)'
15.54 hrs.Function: 'CeOpenDatabase'
Function group: 'Remote Application Programming (RAPI)'
Google
Advertise here!