Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/rpcrt4/
H A Dserver.c146 static void (__cdecl *test_handle)(ctx_handle_t ctx_handle);
1087 void __cdecl s_test_handle(ctx_handle_t ctx_handle) in s_test_handle() argument
1089 ok(ctx_handle == (ctx_handle_t)0xdeadbeef, "Unexpected ctx_handle %p\n", ctx_handle); in s_test_handle()
1092 void __RPC_USER ctx_handle_t_rundown(ctx_handle_t ctx_handle) in ctx_handle_t_rundown() argument
1094 ok(ctx_handle == (ctx_handle_t)0xdeadbeef, "Unexpected ctx_handle %p\n", ctx_handle); in ctx_handle_t_rundown()
H A Dserver.idl460 void test_handle(ctx_handle_t ctx_handle);