CoGetCallContext (ole32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("ole32.dll", ExactSpelling=true, PreserveSig=false)]
[return: MarshalAs(UnmanagedType.Interface)]
static extern object CoGetCallContext([In, MarshalAs(UnmanagedType.LPStruct)] Guid riid);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

If you only want to work with the ISecurityCallContext, SecurityCallContext.CurrentCall does mostly the same thing.

Documentation