mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
better stub for FileEncryptionStatusW
svn path=/trunk/; revision=30488
This commit is contained in:
@@ -1997,8 +1997,10 @@ BOOL WINAPI FileEncryptionStatusW (
|
||||
)
|
||||
{
|
||||
DPRINT1("%s(%S) not implemented!\n", __FUNCTION__, lpFileName);
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return FALSE;
|
||||
if (!lpStatus)
|
||||
return FALSE;
|
||||
*lpStatus = FILE_SYSTEM_NOT_SUPPORT;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user