CopyData.CopyDataStruct.AsBytes Method (COPYDATASTRUCT)

Tungsten Suite

CopyDataCopyDataStructAsBytes Method (COPYDATASTRUCT)

Converts the contents of the COPYDATASTRUCT to a byte array

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
public static byte[] AsBytes(
	COPYDATASTRUCT cds
)

Parameters

cds
Type: W.InterProcessCOPYDATASTRUCT
The COPYDATASTRUCT containing a byte array

Return Value

Type: Byte
A contents of the COPYDATASTRUCT
See Also