IRecordInfo.RecordCopy(IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RecordCopy(IntPtr pvExisting, [Runtime::InteropServices::Out] IntPtr % pvNew);
public void RecordCopy (IntPtr pvExisting, out IntPtr pvNew);
abstract member RecordCopy : nativeint * nativeint -> unit
Public Sub RecordCopy (pvExisting As IntPtr, ByRef pvNew As IntPtr)
Parameters
- pvExisting
-
IntPtr
nativeint
- pvNew
-
IntPtr
nativeint