Top Qs
Timeline
Chat
Perspective

OBJREF

From Wikipedia, the free encyclopedia

Remove ads

OBJREF is the name of the structure of marshalled interfaces in COM and DCOM. Because COM interfaces can only be called directly from the context (like a thread, process or machine) where they originated, when they are needed in another context they are marshalled in this structure, which is then passed to the destination context where it is unmarshalled to a proxy that takes care of the necessary communication, for example passing messages or network packets or marshalling other interfaces passed in calls.[1][2]

Remove ads

Format

Summarize
Perspective

The layout of the structure is as follows:[3][4]

More information Offset, Size ...

The layout of DUALSTRINGARRAY is:[15][16]

More information Offset, Size ...

The string bindings are null-terminated records specifying connection information, like IP addresses, and the security bindings are null-terminated records specifying authentication information. Both arrays are null-terminated too.

Remove ads

References

Loading content...
Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads