> HANDLE WINAPI FindFirstChangeNotification(
>   __in  LPCTSTR lpPathName,
>   __in  BOOL bWatchSubtree,
>   __in  DWORD dwNotifyFilter
> );

FindFirstChangeNotification is - like any other Windows function that receives 
a string - just an alias that points to a version with suffix W or A depending 
on whether your project is configured to be Unicode or not.

Reply via email to