A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



RpcStringFree

The RpcStringFree function frees a character string allocated by the RPC run-time library.

VB4-32,5,6
Declare Function RpcStringFree Lib "rpcrt4" Alias "RpcStringFreeA" (lpUUIDString As Long) As Long

Operating Systems Supported
Requires Windows NT 3.1 or later; Requires Windows 95 or later

Library
Rpcrt4

Parameter Information
- String
Pointer to a pointer to the character string to free.

Return Values
RPC_S_OK
Success

Last update: 07 April 2006