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