IRecordInfo.PutFieldNoCopy(UInt32, IntPtr, String, Object) 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 PutFieldNoCopy(System::UInt32 wFlags, [Runtime::InteropServices::Out] IntPtr % pvData, System::String ^ szFieldName, System::Object ^ % pvarField);
public void PutFieldNoCopy (uint wFlags, out IntPtr pvData, string szFieldName, ref object pvarField);
abstract member PutFieldNoCopy : uint32 * nativeint * string * obj -> unit
Public Sub PutFieldNoCopy (wFlags As UInteger, ByRef pvData As IntPtr, szFieldName As String, ByRef pvarField As Object)
Parameters
- wFlags
- UInt32
- pvData
-
IntPtr
nativeint
- szFieldName
- String
- pvarField
- Object