Windows API Translation
Kagamin
spam at here.lot
Tue Feb 8 08:40:07 PST 2011
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?
More information about the Digitalmars-d
mailing list