Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
Retrieving the priority class for the current process
Simple MAPI: how to resolve a name to unique address list entry
Using GetNearestColor
Winsock: how to retrieve the protocol information corresponding to a protocol number
Converting twips to pixels and vice versa
How to retrieve version information for the specified file
Starting a dialog box for connecting to network resources and passing input parameters
Closing Windows
Copying files as a transacted operation (Vista)
Reading data from INI files
Displaying the drive type value
Drawing a window caption using the DrawCaption routine
Retrieving window and menu help context identifiers
Simulating DOEVENTS
GDI+: converting image file to another graphics format
GDI+: converting text strings to images and saving in a graphics file
GDI+: Storing DLL icon resources in image files
Retrieving information about MS-DOS device names using QueryDosDevice (WinNT only)
Retrieving the IP-to-physical address mapping table
DiskFreeSpace class
How to generate UUID values
How to save registry key including its subkeys and values to a file
List of addresses in the AutoDial mapping database
Returning some basic information for the specified INF file
Displaying the main Dial-Up Networking dialog box

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 RasPhonebookDlg IN rasdlg;
    STRING @lpszPhonebook, STRING @lpszEntry, STRING @lpInfo
 
*|typedef struct tagRASPBDLG {
*|  IN  DWORD         dwSize;        0:4
*|  IN  HWND          hwndOwner;     4:4
*|  IN  DWORD         dwFlags;       8:4
*|  IN  LONG          xDlg;          12:4
*|  IN  LONG          yDlg;          16:4
*|  IN  DWORD         dwCallbackId;  20:4
*|  IN  RASPBDLGFUNC  pCallback;     24:4
*|  OUT DWORD         dwError;       28:4
*|  IN  ULONG_PTR         reserved;  32:4
*|  IN  ULONG_PTR         reserved2; 36:4
*|} RASPBDLG; total bytes = 40
#DEFINE RASPBDLG_SIZE  40
 
LOCAL lcBuffer
lcBuffer = Chr(RASPBDLG_SIZE) + Repli(Chr(0), RASPBDLG_SIZE-1)
? RasPhonebookDlg(0,0, @lcBuffer)
 

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
739 bytes  
Created: 2002-08-12 10:15:57  
Modified: 2009-01-03 15:26:33  
Visits in 7 days: 151  
Listed functions:
RasPhonebookDlg
Printer friendly API declarations
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 (72.44.48.122)
4 sec.Example: 'How to create a desktop shortcut (shell link)'
8 sec.Example: 'Creating a directory on the FTP'
7.32 min.Function: 'getservbyname'
7.42 min.Function: 'NetMessageNameAdd'
Function group: 'Network Management'
4.21 hrs.Example: 'Round FoxPro form'
 Function: 'MAPILogon'
Function group: 'Simple MAPI'
5.13 hrs.Function: 'DeleteEnhMetaFile'
5.37 hrs.Function: 'StartPage'
5.75 hrs.Function: 'GdipScaleTextureTransform'
6.31 hrs.Example: 'How to play MIDI notes'
Google
Advertise here!