NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ITransactionExportFactory.Create

[To be supplied.]

[Visual Basic]
Sub Create( _
   ByVal DTCLength As UInt32, _
   ByVal DTCAddr() As Byte, _
   ByRef export As ITransactionExport _
)
[C#]
void Create(
   uint DTCLength,
   byte[] DTCAddr,
   ref ITransactionExport export
);
[C++]
void Create(
   unsigned int DTCLength,
   unsigned char* DTCAddr[],
   ITransactionExport** export
) = 0;
[JScript]
function Create(
   DTCLength : UInt32,
   DTCAddr : Byte[],
   export : ITransactionExport
);

Parameters

DTCLength
[To be supplied.]
DTCAddr
[To be supplied.]
export
[To be supplied.]

See Also

ITransactionExportFactory Interface | ITransactionExportFactory Members | System.Data.SQL Namespace