CeGetFileNotificationInfo
This function retrieves file notification information.
BOOL CeGetFileNotificationInfo(
HANDLE h,
DWORD dwFlags,
LPVOID lpBuffer,
DWORD nBufferLength,
LPDWORD lpBytesReturned,
LPDWORD lpBytesAvailable
);
Parameters
- h
[in] Handle returned from FindFirstChangeNotification. - dwFlags
[in] Flag value. - lpBuffer
[in] Pointer to a buffer. - nBufferLength
[in] Length of the buffer. - lpBytesReturned
[in] Number of bytes returned. - lpBytesAvailable
[in] Additional change notification information available.
Return Values
Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
FindFirstChangeNotification | FindNextChangeNotification | FindCloseChangeNotification
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.