RpcStringFree function
The RpcStringFree function frees a character string allocated by the RPC run-time library.
Syntax
RPC_STATUS RPC_ENTRY RpcStringFree( unsigned char **String );
Parameters
- String
-
Pointer to a pointer to the character string to free.
Return value
| Value | Meaning |
|---|---|
|
The call succeeded. |
Remarks
An application is responsible for calling RpcStringFree once for each character string allocated and returned by calls to other RPC run-time library routines.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
RpcStringFreeW (Unicode) and RpcStringFreeA (ANSI) |
See also