Tungsten
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: ByteA contents of the COPYDATASTRUCT
See Also