what is far pointer and what are the use of far poiter in
com/dcom ?????
Answers were Sorted based on User's Feedback
Answer / deepak
Slap the person who asked this question .Far pointer was
used in old days(16 bit OS ) not now . might have asked
u for smart pointer.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vinay
A far pointer specifies segment address as well as address within that segment. Far pointer usually are used by applications which want to access memory locations in other segments.
| Is This Answer Correct ? | 1 Yes | 0 No |
How does a DCOM component know where to instantiate itself?
can a COM interface be implemented by more than one COM class in the same COM component?
2 Answers Cap Gemini, Honeywell,
What is In-proc?
What is dcom?
What are the purposes of AddRef, Release and QueryInterface functions
What is reference counting in com?
Let?s assume we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C? What?s the difference between aggregated and contained objects?
where can i use pmcmd commands of informatica
When you call CoInitialize(NULL) function how it works internally.
Do COM keep track of all the object references(Accounting)?
How can would you create an instance of the object in COM
Write a JCL to copy only selected members from a partitioned data set to another partitioned data set. (Use: IEBCOPY)