 |
RpcStringFree ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Frees a character string allocated by the RPC run-time library. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| 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: |
 |
|
 |
 |
| • |
 |
| Created: | 2009-11-19 11:34:36 | | Modified: | 2009-11-19 11:38:04 | Visited in last 7 days: 11 |