The RpcIfInqId function returns the interface-identification part of an interface specification.
#include <rpc.h>
RPC_STATUS RPC_ENTRY RpcIfInqId(
RPC_IF_HANDLE RpcIfHandle,
RPC_IF_ID * RpcIfId
);
An application calls the RpcIfInqId routine to obtain a copy of the interface identification from the provided interface specification.
The returned interface identification consists of the interface UUID and interface version numbers (major and minor) specified in the IfSpec argument from the IDL file.
Value | Meaning |
---|---|
RPC_S_OK | Success |
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in rpcdce.h.
Import Library: Link with rpcrt4.lib.
RpcServerInqIf, RpcServerRegisterIf