apphelp: add a stub for ApphelpCheckShellObject

Dmitry Timoshkov dmitry at baikal.ru
Tue Nov 8 12:36:13 CST 2011


Austin English <austinenglish at gmail.com> wrote:

> +BOOL WINAPI ApphelpCheckShellObject(REFCLSID ObjectCLSID, BOOL ShimIfNecessary, ULONGLONG *pullFlags)
> +{
> +    FIXME("stub: %s %p\n", debugstr_guid(ObjectCLSID), pullFlags );
> +    return TRUE;
> +}

It's a common convention in Wine to avoid hungarian notation by all means.
In this case naming variables something like 'clsid, shim, flags' woud be
better.

-- 
Dmitry.



More information about the wine-devel mailing list