SHELLFILECHANGEFUNC_t (Windows CE 5.0)
This data type is a function pointer to a BOOL function.
typedef BOOL (*SHELLFILECHANGEFUNC_t) { LPCFILECHANGEINFO lpfci};
Members
- lpfci
A pointer to a FILECHANGEINFO structure.
Remarks
LPCFILECHANGEINFO is a pointer to a FILECHANGEINFO structure. The BOOL function described takes a parameter lpfci of type LPCFILECHANGEINFO; SHELLFILECHANGEFUNC_t is a pointer to this function.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Extfile.h.
See Also
FILECHANGEINFO | MyFSD_RegisterFileSystemFunction
Send Feedback on this topic to the authors