enumProperties method
Implementation
int enumProperties(
Pointer<Pointer> phEnum,
int td,
Pointer<Uint32> rProperties,
int cMax,
Pointer<Uint32> pcProperties,
) => (ptr.ref.vtable + 32)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Pointer<Pointer> phEnum,
Uint32 td,
Pointer<Uint32> rProperties,
Uint32 cMax,
Pointer<Uint32> pcProperties,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
Pointer<Pointer> phEnum,
int td,
Pointer<Uint32> rProperties,
int cMax,
Pointer<Uint32> pcProperties,
)
>()(ptr.ref.lpVtbl, phEnum, td, rProperties, cMax, pcProperties);