Good  afternoon
Try to hook the FindNextFileW to hide a filke from Explorer.
Hook sucessfully .
Try to build the Callback but not enough luck for it 
There is someone to give me some help to find the way ?
Thanks for the timecode
Public Function NowFindnextfile_call(ByVal hFindFile As Long, pFindFileData As WIN32_FIND_DATA) As Long
If (pFindFileData.cFileName) = "TEST.EXE" Then
NowFindnextfile_call = -1
End If
End Function
in my screenshot hook the W and A also 
http://img168.imageshack.us/img168/2921/screen0wa.jpg
p.s Someone point me how to solve this  
thanks guys