Home
last modified time | relevance | path

Searched refs:pfni_next (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/win32/
Dgwin32fsmonitorutils.c39 PFILE_NOTIFY_INFORMATION pfni_next; in g_win32_fs_monitor_handle_event() local
79 pfni_next = (PFILE_NOTIFY_INFORMATION) ((BYTE*)pfni + pfni->NextEntryOffset); in g_win32_fs_monitor_handle_event()
80 …renamed_file = g_utf16_to_utf8 (pfni_next->FileName, pfni_next->FileNameLength / sizeof(WCHAR), NU… in g_win32_fs_monitor_handle_event()
81 if (pfni_next->Action == FILE_ACTION_RENAMED_NEW_NAME) in g_win32_fs_monitor_handle_event()