enumMethodImpls method
Implementation
int enumMethodImpls(
Pointer<Pointer> phEnum,
int td,
Pointer<Uint32> rMethodBody,
Pointer<Uint32> rMethodDecl,
int cMax,
Pointer<Uint32> pcTokens,
) => (ptr.ref.vtable + 24)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Pointer<Pointer> phEnum,
Uint32 td,
Pointer<Uint32> rMethodBody,
Pointer<Uint32> rMethodDecl,
Uint32 cMax,
Pointer<Uint32> pcTokens,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
Pointer<Pointer> phEnum,
int td,
Pointer<Uint32> rMethodBody,
Pointer<Uint32> rMethodDecl,
int cMax,
Pointer<Uint32> pcTokens,
)
>()(ptr.ref.lpVtbl, phEnum, td, rMethodBody, rMethodDecl, cMax, pcTokens);