SHELLFILECHANGEFUNC_t (Windows Embedded Compact 7)
1/23/2013
This data type is a function pointer to a BOOL function.
typedef BOOL (*SHELLFILECHANGEFUNC_t) ( LPCFILECHANGEINFO lpfci );
- lpfci
-
Pointer to a FILECHANGEINFO structure.
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.