Using Win32 functions in Visual FoxPro Image Gallery
Remote Procedure Call (RPC)
RpcStringFree
UuidCompare
UuidCreate
UuidCreateNil
UuidCreateSequential
UuidFromString
UuidToString
Code examples:
How to generate UUID values
RpcStringFree
..msdn    Add comment     W32 Constants      Translate this page
Frees a character string allocated by the RPC run-time library.
Code examples:
How to generate UUID values
Declaration:
 
RPC_STATUS RPC_ENTRY RpcStringFree(
    unsigned char **String
);
 
FoxPro declaration:
 
DECLARE INTEGER RpcStringFree IN Rpcrt4;
    LONG @StringUuid
 
Parameters:
String
Pointer to a pointer to the character string to free.
Return value:
Returns RPC_S_OK (0) if the call succeeded.
Usage:
 
RpcStringFree(@hBuffer)
 
My comment:
An application is responsible for calling RpcStringFree once for each character string allocated and returned by calls to other RPC run-time library routines.

See also: UuidToString
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2009-11-19 11:34:36
Modified: 2009-11-19 11:38:04
Visited in last 7 days: 11
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.242.233.11)
4 sec.Function: 'PlaySound'
1.35 hrs.Function: 'SQLTables'
 Example: 'How to print picture stored in enhanced-format metafile (*.emf)'
 Example: 'Displaying bitmap using the AlphaBlend function'
1.69 hrs.Example: 'Splash Screen for the VFP application'
 Example: 'How to create a service object'
3.82 hrs.Example: 'Basic Volume information'
 Example: 'Extensible Storage Engine class library'
4.15 hrs.Example: 'Storing screen shot of a form to bitmap file'
6.43 hrs.Function: 'PathCombine'
Google
Advertise here!