revokeObjectParam method

int revokeObjectParam(
  1. Pointer<Utf16> pszKey
)

Implementation

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