XLL+ Class Library

CXlInputKey::operator =

Assigns a new value to the byte array

[C++]
const CXlInputKey& operator =(
   const CXlInputKey& srcKey
);

Parameters

srcKey

A CXlInputKey object that will be deep-copied to *this.

Requirements

Header: xlserialize.h

See Also

CXlInputKey Class | CXlInputKey Methods