setDisplayName method
Implementation
int setDisplayName(Pointer<Utf16> Value, Pointer<GUID> EventContext) =>
(ptr.ref.vtable + 5)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Pointer<Utf16> Value,
Pointer<GUID> EventContext,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
Pointer<Utf16> Value,
Pointer<GUID> EventContext,
)
>()(ptr.ref.lpVtbl, Value, EventContext);