This topic has not yet been rated - Rate this topic

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.

Header

extfile.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.