getFieldProps method
int
getFieldProps(
- int mb,
- Pointer<Uint32> pClass,
- Pointer<Utf16> szField,
- int cchField,
- Pointer<Uint32> pchField,
- Pointer<Uint32> pdwAttr,
- Pointer<Pointer<Uint8>> ppvSigBlob,
- Pointer<Uint32> pcbSigBlob,
- Pointer<Uint32> pdwCPlusTypeFlag,
- Pointer<Pointer<NativeType>> ppValue,
- Pointer<Uint32> pcchValue,
)
Implementation
int getFieldProps(
int mb,
Pointer<Uint32> pClass,
Pointer<Utf16> szField,
int cchField,
Pointer<Uint32> pchField,
Pointer<Uint32> pdwAttr,
Pointer<Pointer<Uint8>> ppvSigBlob,
Pointer<Uint32> pcbSigBlob,
Pointer<Uint32> pdwCPlusTypeFlag,
Pointer<Pointer> ppValue,
Pointer<Uint32> pcchValue,
) => (ptr.ref.vtable + 57)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Uint32 mb,
Pointer<Uint32> pClass,
Pointer<Utf16> szField,
Uint32 cchField,
Pointer<Uint32> pchField,
Pointer<Uint32> pdwAttr,
Pointer<Pointer<Uint8>> ppvSigBlob,
Pointer<Uint32> pcbSigBlob,
Pointer<Uint32> pdwCPlusTypeFlag,
Pointer<Pointer> ppValue,
Pointer<Uint32> pcchValue,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
int mb,
Pointer<Uint32> pClass,
Pointer<Utf16> szField,
int cchField,
Pointer<Uint32> pchField,
Pointer<Uint32> pdwAttr,
Pointer<Pointer<Uint8>> ppvSigBlob,
Pointer<Uint32> pcbSigBlob,
Pointer<Uint32> pdwCPlusTypeFlag,
Pointer<Pointer> ppValue,
Pointer<Uint32> pcchValue,
)
>()(
ptr.ref.lpVtbl,
mb,
pClass,
szField,
cchField,
pchField,
pdwAttr,
ppvSigBlob,
pcbSigBlob,
pdwCPlusTypeFlag,
ppValue,
pcchValue,
);