SHELLFILECHANGEFUNC_t (Compact 2013)
3/26/2014
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 |