Re: marshall proxy interface pointer
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Sat, 9 Aug 2008 09:17:29 -0400
"George" <George@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4AE38EA5-C635-4D50-9372-40B38992875D@xxxxxxxxxxxxx
Mentioned here,
--------------------
http://www.codeproject.com/KB/COM/CCOMThread2.aspx
However, one down side to this feature is that it does not support the
marshaling of proxies. This is a disappointment because table
marshaling of proxies is most useful in many situations especially in
distributed applications.
To cater to this specific requirement, Windows NT 4.0 Service Pack 3
introduced the Global Interface Table (GIT).
--------------------
Really confused about reading it. Does it mean in current Windows
version, GIT has supported the marshalling of pointer to proxies, but
in early version of Windows, it is not supported?
Current versions of Windows support GIT, period. Early versions of
Windows didn't support GIT at all.
GIT supports marshalling of proxies (on those Windows versions where it
exists in the first place). CoMarshalInterface et al don't.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- Follow-Ups:
- Re: marshall proxy interface pointer
- From: George
- Re: marshall proxy interface pointer
- References:
- marshall proxy interface pointer
- From: George
- marshall proxy interface pointer
- Prev by Date: Re: change the target of a reference
- Next by Date: Re: change the target of a reference
- Previous by thread: marshall proxy interface pointer
- Next by thread: Re: marshall proxy interface pointer
- Index(es):
Relevant Pages
|