The RpcBindingInqObject function returns the object UUID from a binding handle.
#include <rpc.h>
RPC_STATUS RPC_ENTRY RpcBindingInqObject(
RPC_BINDING_HANDLE Binding,
UUID * ObjectUuid
);
Value | Meaning |
---|---|
RPC_S_OK | Success |
RPC_S_INVALID_BINDING | Invalid binding handle |
An application calls the RpcBindingInqObject routine to see the object UUID associated with a client or server binding handle.
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in rpcdce.h.
Import Library: Link with rpcrt4.lib.