advapi32: Add stub FileEncryptionStatus and declarations

Dimi Paun dimi at lattica.com
Fri May 19 06:32:39 CDT 2006


On Fri, 2006-05-19 at 13:13 +0300, Paul Chitescu wrote:
> +BOOL WINAPI FileEncryptionStatusW(LPCWSTR lpFileName, LPDWORD
> lpStatus)
> +{
> +    FIXME("%s %p\n", debugstr_w(lpFileName), lpStatus);

We typically to put "stub" in the FIXME message when we
dummy up such functions:
+    FIXME("(%s %p): stub\n", debugstr_w(lpFileName), lpStatus);

-- 
Dimi Paun <dimi at lattica.com>
Lattica, Inc.




More information about the wine-devel mailing list