NAME

I_RpcFreeBuffer  (RPCRT4.@)

SYNOPSIS

 RPC_STATUS I_RpcFreeBuffer
 (
  PRPC_MESSAGE pMsg
 )

DESCRIPTION

Frees a buffer allocated by I_RpcGetBuffer or I_RpcReceive and unbinds from the server interface.

PARAMS

pMsg [In/Out] RPC message information.

RETURNS

RPC_S_OK.

SEE ALSO

I_RpcGetBuffer, I_RpcReceive.

IMPLEMENTATION

Declared in "include/rpcdcep.h". gitlab.winehq.org/wine/wine/blob/master/include/rpcdcep.h

Implemented in "dlls/rpcrt4/rpc_message.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rpcrt4/rpc_message.c

Debug channel "rpc".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.