IRecordInfo.PutField(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 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