Group: Memory Management - Library: kernel32
Enumerating data formats currently available on the clipboard
Reading and setting explicit Application User Model ID for the current process (Win7)
Retrieving the command line for the VFP session
Storing the environment strings in cursor
Enumerating files opened on the network
Dynamic strings implemented through VFP Custom class
URL: splitting into its component parts
Sending email messages with Simple MAPI
How to write and read Window Properties for the specified window
Attaching menu to a top-level form
Converting command-line string to a set of Unicode argument strings
Loading a string resource from an executable file
Creating the Save dialog box to specify the drive, directory, and name of a file to save
How to display the Properties dialog box for a file (ShellExecuteEx)
Deleting files into the Recycle Bin
Adding printer to the list of supported printers for the specified server
MapiSendMail class for Visual FoxPro application
Passing data records between VFP applications via the Clipboard
How to enumerate, add and delete shares on the local computer (WinNT/XP)
Creating the Open dialog box to specify the drive, directory, and name of a file to open
Displaying system dialog that selects a folder
Mapping and disconnecting network drives
Winsock: connecting to a news server (NNTP, port 119)
Custom HttpRequest class (WinHTTP)
Shortcut Menu Class
Retrieving configuration information for the specified server (Win2000/XP)
Accessing LSA Policy object (Local Security Authority)
Obtaining names of local and global groups for current user (WinNT/XP/2K)
Adding and deleting User Accounts
How to extract frames from AVI files
Using Change Notification Objects to monitor changes to the printer or print server
How to ping a remote site using ICMP API calls
How to assemble an array of strings and pass it to external function
Adding and deleting Scheduled Tasks using NetScheduleJob API functions
How to prevent users from accessing the Windows Desktop and from switching to other applications
How to display a user-defined icon in the MessageBox dialog
Displaying standard progress dialog box when copying files
Adding user-defined items to the Control Menu of VFP form (requires VFP9)
How to enumerate sessions and processes on a specified terminal server
How to enumerate terminal servers within the specified Windows domain
Reading entries from Event logs
How to display the Print property sheet
Extensible Storage Engine class library
Using WM_COPYDATA for interprocess communication (VFP9)
How to remove a directory that is not empty
Starting a dialog box for connecting to network resources and passing input parameters
Printing Image File, programmatically set print page orientation to landscape
How to display advanced Task Dialog (Vista)
Writing entries to custom Event Log
Compressing and decompressing files with Windows API Runtime Library routines
Windows Shell Icons displayed and exported to ICO files (Vista)
Browsing Windows Known Folders (Special Folders)
Displaying dimmed window behind VFP top-level form
How to load a user profile
SIZE_T GlobalSize(
HGLOBAL hMem // handle to global memory object
);
DECLARE INTEGER GlobalSize IN kernel32 INTEGER hMem
hMem [in] Handle to the global memory object
If the function succeeds, the return value is the size, in bytes, of the specified global memory object.
If the specified handle is not valid or if the object has been discarded, the return value is zero.