10 Mar
2019
10 Mar
'19
12:34 p.m.
On 3/10/19 3:14 PM, Gijs Vermeulen wrote:
typedef struct { - IWMProfileManager IWMProfileManager_iface; + IWMProfileManager2 IWMProfileManager2_iface; LONG ref; -} WMProfileManager; +} WMProfileManager2; No need to rename structure type, it's supposed to describe object itself, not interfaces it supports. With IWMProfileManager2 it's still profile manager.