mlang: A very basic implementation of the IMLangLineBreakConsole interface

Alexandre Julliard julliard at winehq.org
Mon Jul 21 08:20:37 CDT 2008


> +interface IMLangLineBreakConsole : IUnknown
> +{
> +    HRESULT BreakLineML(
> +        [in]  IUnknown* pSrcMLStr, /* FIXME: IMLangString */
> +        [in] long lSrcPos,
> +        [in] long lSrcLen,
> +        [in] long cMinColumns,
> +        [in] long cMaxColumns,
> +        [out] long* plLineLen,
> +        [out] long* plSkipLen);

Please add the necessary IMLangString definitions needed for the
function to be declared correctly.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list