Re: msi [2/6]: Add the IWineMsiRemotePackage interface
27 Jun
2007
27 Jun
'07
1:18 p.m.
"James Hawkins" <truiken(a)gmail.com> writes:
+interface IWineMsiRemotePackage : IUnknown +{ + HRESULT SetMsiHandle( [in] ULONG_PTR handle ); + HRESULT GetActiveDatabase( [out] ULONG_PTR handle ); + HRESULT GetProperty( [in] BSTR *property, [out] BSTR *value, [out] ULONG_PTR size );
Why are you using ULONG_PTR instead of the proper pointer types for out parameters? -- Alexandre Julliard julliard(a)winehq.org
6833
Age (days ago)
6833
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard