rpcrt4: Implement RpcCancelThreadEx.
authorRob Shearman <robertshearman@gmail.com>
Mon, 14 Jul 2008 07:08:03 +0000 (08:08 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Jul 2008 10:29:46 +0000 (12:29 +0200)
commit7551b82cca1240375ccdd0f3d574851efe3d70b9
treee6b3cfd9ea3b8ce638a751536a0fba3a7cfd3472
parent4799f06f206c5e82c89ff35bc69673651ff71bfb
rpcrt4: Implement RpcCancelThreadEx.

Implement RpcCancelThreadEx using existing code moved into a new
function, rpc_ccancel_thread.

Implement RpcCancelThread based on RpcCancelThreadEx with timeout of 0.
dlls/rpcrt4/rpcrt4_main.c