IRpcOptions 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.
Sets or gets the values of properties controlling how COM handles remote procedure calls (RPC). For more information, see IRpcOptions.
public interface class IRpcOptions
public interface class IRpcOptions
__interface IRpcOptions
[System.Runtime.InteropServices.Guid("00000144-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRpcOptions
[System.Runtime.InteropServices.Guid("00000144-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRpcOptions
[<System.Runtime.InteropServices.Guid("00000144-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRpcOptions = interface
[<System.Runtime.InteropServices.Guid("00000144-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRpcOptions = interface
Public Interface IRpcOptions
- Attributes
Methods
Query(Object, UInt32, IntPtr) | |
Query(Object, UInt32, UInt32) | |
Set(Object, UInt32, IntPtr) | |
Set(Object, UInt32, UInt32) |