getCustomAttributeProps method
Implementation
int getCustomAttributeProps(
int cv,
Pointer<Uint32> ptkObj,
Pointer<Uint32> ptkType,
Pointer<Pointer> ppBlob,
Pointer<Uint32> pcbSize,
) => (ptr.ref.vtable + 54)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Uint32 cv,
Pointer<Uint32> ptkObj,
Pointer<Uint32> ptkType,
Pointer<Pointer> ppBlob,
Pointer<Uint32> pcbSize,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
int cv,
Pointer<Uint32> ptkObj,
Pointer<Uint32> ptkType,
Pointer<Pointer> ppBlob,
Pointer<Uint32> pcbSize,
)
>()(ptr.ref.lpVtbl, cv, ptkObj, ptkType, ppBlob, pcbSize);