Rob Shearman : rpcrt4: Implement low-level context handle support.
Module: wine Branch: master Commit: 3d8af5630ba90ed8a631b391fd094adc5c3f2732 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3d8af5630ba90ed8a631b391fd... Author: Rob Shearman <rob(a)codeweavers.com> Date: Tue Dec 25 19:08:02 2007 +0000 rpcrt4: Implement low-level context handle support. Server context handles are tracked from associations as their lifetime is determined by the lifetime of the association. --- dlls/rpcrt4/ndr_contexthandle.c | 89 ++++++++++++++++++++---- dlls/rpcrt4/rpc_assoc.c | 146 +++++++++++++++++++++++++++++++++++++++ dlls/rpcrt4/rpc_assoc.h | 14 ++++- 3 files changed, 234 insertions(+), 15 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3d8af5630ba90ed8a631b3...
participants (1)
-
Alexandre Julliard