Advertisement
Guest User

Untitled

a guest
Mar 25th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. type fptrFF = (proc(lpFileName: string, lpFindFileData: LPWIN32_FIND_DATA))
  2. var FFHook: fptrFF = findFirstFileW()
  3.  
  4. Error: type mismatch: got ()
  5.  
  6. but expected one of:
  7.  
  8. winlean.findFirstFileW(lpFileName: WideCString, lpFindFileData: var TWIN32_FIND_DATA): THandle
  9.  
  10. > Process terminated with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement