Trass3r Wrote:

> > 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.

D string encoding is not configurable. What configuration are you talking about?

Reply via email to