Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

Clone method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Creates a duplicate MxValue object with a state identical to the current MxValue.

Class

IMxValue

Syntax

[C#]

void Clone(

out MxValue ppMxValue

);

[Visual C++]

HRESULT Clone(

[out] IMxValue **ppMxValue

);

Parameters

ppMxValue

Receives the IMxValue interface pointer of the newly cloned object.

Returns

S_OK - Success

E_POINTER - An invalid pointer was passed in.

E_OUTOFMEMORY - Unable to allocate memory for the new MxValue object.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in