Windows API Translation

Trass3r un at known.com
Tue Feb 8 04:23:17 PST 2011


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


More information about the Digitalmars-d mailing list