IRpcSyntaxNegotiate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Negotiates syntax between components in remote procedure calls (RPC). An array of RPCOLEMESSAGE objects represents the syntax.
public interface class IRpcSyntaxNegotiate
public interface class IRpcSyntaxNegotiate
__interface IRpcSyntaxNegotiate
[System.Runtime.InteropServices.Guid("58A08519-24C8-4935-B482-3FD823333A4F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRpcSyntaxNegotiate
[System.Runtime.InteropServices.Guid("58A08519-24C8-4935-B482-3FD823333A4F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRpcSyntaxNegotiate
[<System.Runtime.InteropServices.Guid("58A08519-24C8-4935-B482-3FD823333A4F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRpcSyntaxNegotiate = interface
[<System.Runtime.InteropServices.Guid("58A08519-24C8-4935-B482-3FD823333A4F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRpcSyntaxNegotiate = interface
Public Interface IRpcSyntaxNegotiate
- Attributes
Methods
NegotiateSyntax(RPCOLEMESSAGE[]) |