Share via


IRecordInfo.PutField(UInt32, IntPtr, String, Object) Method

Definition

public:
 void PutField(System::UInt32 wFlags, [Runtime::InteropServices::Out] IntPtr % pvData, System::String ^ szFieldName, System::Object ^ % pvarField);
public void PutField (uint wFlags, out IntPtr pvData, string szFieldName, ref object pvarField);
abstract member PutField : uint32 * nativeint * string * obj -> unit
Public Sub PutField (wFlags As UInteger, ByRef pvData As IntPtr, szFieldName As String, ByRef pvarField As Object)

Parameters

wFlags
UInt32
pvData
IntPtr

nativeint

szFieldName
String
pvarField
Object

Applies to