GetAttributes method

int GetAttributes(
  1. Pointer<Uint32> pdwAttributes
)

Implementation

int GetAttributes(Pointer<Uint32> pdwAttributes) => ptr.ref.vtable
    .elementAt(3)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Pointer<Uint32> pdwAttributes)>>>()
    .value
    .asFunction<
        int Function(Pointer,
            Pointer<Uint32> pdwAttributes)>()(ptr.ref.lpVtbl, pdwAttributes);