wpQueryEASupport - Example Code

This example determines whether or not the file system for the current file system object supports extended attributes.

  ULONG        ulEASupport;

  ulEASupport = _wpQueryEASupport(somSelf);
  /* ulEASupport is NO_ERROR or ERROR_EAS_NOT_SUPPORTED */


[Back: wpQueryEASupport - Related Methods]
[Next: wpQueryEASupport - Topics]