You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
618 B
42 lines
618 B
#ifndef _FSAITEMR_
|
|
#define _FSAITEMR_
|
|
|
|
/*++
|
|
|
|
© 1998 Seagate Software, Inc. All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
FsaItemR.h
|
|
|
|
Abstract:
|
|
|
|
This header file defines special helper function needed for
|
|
the reparse point data.
|
|
|
|
Author:
|
|
|
|
Michael Lotz [lotz] 3-Mar-1997
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// Helper Functions
|
|
|
|
extern HRESULT CopyRPDataToPlaceholder( IN CONST PRP_DATA pReparseData,
|
|
OUT FSA_PLACEHOLDER *pPlaceholder );
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _FSAITEMR_
|
|
|
|
|