IRecordInfo.RecordCreateCopy(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 RecordCreateCopy(IntPtr pvSource, [Runtime::InteropServices::Out] IntPtr % ppvDest);
public void RecordCreateCopy (IntPtr pvSource, out IntPtr ppvDest);
abstract member RecordCreateCopy : nativeint * nativeint -> unit
Public Sub RecordCreateCopy (pvSource As IntPtr, ByRef ppvDest As IntPtr)
Parameters
- pvSource
-
IntPtr
nativeint
- ppvDest
-
IntPtr
nativeint