SHELLFILECHANGEFUNC_t
4/8/2010
This data type is a function pointer to a BOOL function.
Syntax
typedef BOOL (*SHELLFILECHANGEFUNC_t)
{
LPCFILECHANGEINFO lpfci
};
Parameters
- lpfci
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
Header | extfile.h |
Windows Embedded CE | Windows CE 2.10 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
FSD Data Types
FILECHANGEINFO
MyFSD_RegisterFileSystemFunction