Xid Constructors
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.
Overloads
| Xid() | |
| Xid(Int32, Byte[], Byte[]) |
Xid()
public:
Xid();
public Xid ();
Public Sub New ()
Applies to
Xid(Int32, Byte[], Byte[])
public:
Xid(int formatid, cli::array <System::Byte> ^ globalid, cli::array <System::Byte> ^ branchid);
public Xid (int formatid, byte[] globalid, byte[] branchid);
new Microsoft.HostIntegration.Drda.Common.Xid : int * byte[] * byte[] -> Microsoft.HostIntegration.Drda.Common.Xid
Public Sub New (formatid As Integer, globalid As Byte(), branchid As Byte())
Parameters
- formatid
- Int32
- globalid
- Byte[]
- branchid
- Byte[]