getPropertyDWORD method
Implementation
int getPropertyDWORD(int uriProp, Pointer<Uint32> pdwProperty, int dwFlags) =>
(ptr.ref.vtable + 5)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Int32 uriProp,
Pointer<Uint32> pdwProperty,
Uint32 dwFlags,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
int uriProp,
Pointer<Uint32> pdwProperty,
int dwFlags,
)
>()(ptr.ref.lpVtbl, uriProp, pdwProperty, dwFlags);