On 2/1/2021 10:49 AM, Jefferson Carpenter wrote:
All right, how about adding
[ local, object, uuid (0636a397-8b61-4180-8d09-90492e27c4fd) ] interface IWineXMLDOMDocumentLock : IUnknown { HRESULT lock(); HRESULT unlock(); }
(Assuming lock() and unlock() will suffice for the implementation, otherwise whatever collection of methods does suffice).
Is that what you're suggesting?
Or did you mean something else? Sorry, sometimes you say things at such a high level I struggle to understand what you mean. However, I can definitely make the changes you suggested to the test, and I would be fine with implementing the above for the implementation.