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 |
- String
Pointer to a pointer to the character string to free. |
|