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 can would you create an instance of the object in COM
Does .net replace com?
Write a JCL to copy only selected members from a partitioned data set to another partitioned data set. (Use: IEBCOPY)
Futures of COM
Which tool is used to configure the port range and protocols for DCOM communications?
What kind of components can be used as DCOM servers?
What should QueryInterface functions do if requested object was not found?
What are queued components?
Is dcom dead?
What is In-proc?
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?
C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?