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