SdbFreeFileAttributes 函数
释放指定的文件属性数据。
语法
BOOL WINAPI SdbFreeFileAttributes(
_In_ PATTRINFO pFileAttributes
);
参数
-
pFileAttributes [in]
-
SdbGetFileAttributes 函数返回的 ATTRINFO 结构。
返回值
此函数在失败时返回 TRUE 或 FALSE 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
DLL |
|
另请参阅