Using Win32 functions in Visual FoxPro Image Gallery
Resource
..msdn
BeginUpdateResource
CopyImage
EndUpdateResource
FindResource
LoadImage
LoadResource
LoadString
LockResource
SizeofResource
UpdateResource
Code examples:
Storing registration key in the resources of an executable file
BeginUpdateResource
    Add comment     W32 Constants      Translate this page
The BeginUpdateResource function returns a handle that can be used by the UpdateResource function to add, delete, or replace resources in an executable file.
Code examples:
Storing registration key in the resources of an executable file
Declaration:
 
HANDLE BeginUpdateResource(
    LPCTSTR pFileName,
    BOOL bDeleteExistingResources
);
 
FoxPro declaration:
 
DECLARE INTEGER BeginUpdateResource IN kernel32;
    STRING pFileName,;
    INTEGER bDeleteExistingResources
 
 
Parameters:
pFileName
[in] Pointer to a null-terminated string that specifies the executable file in which to update resources.

bDeleteExistingResources
[in] Specifies whether to delete the pFileName parameter"s existing resources.
Return value:
If the function succeeds, the return value is a handle that can be used by the UpdateResource and EndUpdateResource functions.
My comment:
An application must be able to obtain write access to the executable file; it cannot be currently executing. If pFileName does not specify a full path, the system searches for the file in the current directory.
Word Index links for the BeginUpdateResource :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2003-05-16 10:30:30
Modified: 2003-05-16 10:33:41
Visited in last 7 days: 13
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)
6.72 hrs.Example: 'Accessing the list of Windows Recent Documents'
 Function: 'LoadIcon'
 Function: 'GdipCreateMatrix'
8.62 hrs.Example: 'Obtaining I/O counts for the current process'
 
Function group: 'Synchronization'
9.86 hrs.Example: 'Obtaining the bounding rectangle for the specified device context'
 Example: 'Extensible Storage Engine class library'
9.87 hrs.Example: 'Creating the Open dialog box to specify the drive, directory, and name of a file to open'
13.07 hrs.Function: 'GlobalSize'
 Example: 'How to retrieve information about a cache entry (Internet Explorer)'
Google
Advertise here!