RevokeObjectParam method

int RevokeObjectParam(
  1. Pointer<Utf16> pszKey
)

Implementation

int RevokeObjectParam(Pointer<Utf16> pszKey) => ptr.ref.vtable
    .elementAt(12)
    .cast<
        Pointer<
            NativeFunction<Int32 Function(Pointer, Pointer<Utf16> pszKey)>>>()
    .value
    .asFunction<
        int Function(
            Pointer, Pointer<Utf16> pszKey)>()(ptr.ref.lpVtbl, pszKey);