Function win_sys::FileSystem::FindFirstChangeNotificationA [−][src]
pub unsafe fn FindFirstChangeNotificationA<'a, Param0, Param1>(
lppathname: Param0,
bwatchsubtree: Param1,
dwnotifyfilter: FILE_NOTIFY_CHANGE
) -> FindChangeNotificationHandle where
Param0: IntoParam<'a, PSTR>,
Param1: IntoParam<'a, BOOL>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation