共用方式為


SdbFreeFileAttributes 函式

釋放指定的檔案屬性資料。

語法

BOOL WINAPI SdbFreeFileAttributes(
  _In_ PATTRINFO pFileAttributes
);

參數

pFileAttributes [in]

SdbGetFileAttributes函式所傳回的ATTRINFO結構。

傳回值

此函式會在成功時傳回 TRUE ,或在失敗時傳回 FALSE

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]
DLL
Apphelp.dll

另請參閱

SdbGetFileAttributes