Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |