msi [2/6]: Add the IWineMsiRemotePackage interface

Alexandre Julliard julliard at winehq.org
Wed Jun 27 07:18:50 CDT 2007


"James Hawkins" <truiken at 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 at winehq.org



More information about the wine-devel mailing list