typedef void RPC_OBJECT_INQ_FN(
UUID * ObjectUuid,
UUID * TypeUuid,
RPC_STATUS * Status
);
The developer can replace the default mapping function that maps object UUIDs to type UUIDs by calling RpcObjectSetInqFn and supplying a pointer to a function of type RPC_OBJECT_INQ_FN. The supplied function must match the function prototype specified by the type definition: a function with three parameters and the function return value of void.