Home
last modified time | relevance | path

Searched refs:hbinding (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Dndr_stubless.c669 handle_t hbinding; member
697 client_free_handle(ctx->stub_msg, ctx->proc_header, ctx->handle_format, ctx->hbinding); in ndr_client_call_finally()
710 handle_t hbinding = NULL; in do_ndr_client_call() local
735 finally_ctx.hbinding = hbinding; in do_ndr_client_call()
747 hbinding = client_get_handle(stub_msg, proc_header, handle_format); in do_ndr_client_call()
748 if (!hbinding) return 0; in do_ndr_client_call()
812 NdrGetBuffer(stub_msg, stub_msg->BufferLength, hbinding); in do_ndr_client_call()