17 May
2006
17 May
'06
1:56 p.m.
Hi Paul, +BOOL WINAPI FileEncryptionStatusW(LPCWSTR lpFileName, LPDWORD lpStatus) +{ + FIXME("%s %p\n", debugstr_w(lpFileName), lpStatus); + return TRUE; If you need to return TRUE here it would be better to set lpStatus to a meaningful value, for example FILE_SYSTEM_NOT_SUPPORT, otherwise the caller could end up using random data. -Hans
7154
Age (days ago)
7154
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker