getFieldMarshal method
Implementation
int getFieldMarshal(
int tk,
Pointer<Pointer<Uint8>> ppvNativeType,
Pointer<Uint32> pcbNativeType,
) => (ptr.ref.vtable + 38)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Uint32 tk,
Pointer<Pointer<Uint8>> ppvNativeType,
Pointer<Uint32> pcbNativeType,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
int tk,
Pointer<Pointer<Uint8>> ppvNativeType,
Pointer<Uint32> pcbNativeType,
)
>()(ptr.ref.lpVtbl, tk, ppvNativeType, pcbNativeType);