msiRecordSetStreamA 函式 (msiquery.h)
MsiRecordSetStream 函式會從檔案設定記錄數據流字段。 Stream 資料無法插入暫存欄位。
語法
UINT MsiRecordSetStreamA(
[in] MSIHANDLE hRecord,
[in] UINT iField,
[in] LPCSTR szFilePath
);
參數
[in] hRecord
記錄的句柄。
[in] iField
指定要設定之記錄的欄位。
[in] szFilePath
指定包含數據流之檔案的路徑。
傳回值
MsiRecordSetStream 函式會傳回下列值:
備註
MsiRecordSetStream 函式中指定的檔案內容會讀入數據流物件中。 如果記錄插入資料庫且認可資料庫,則數據流會保存。
若要將數據流重設為其開頭,您必須傳入 szFilePath 的 Null 指標。 請勿將指標傳遞至空字串 “”,以重設數據流。
另請參閱 數據流的 OLE 限制。
如果函式失敗,您可以使用 MsiGetLastErrorRecord 來取得擴充的錯誤資訊。
注意
msiquery.h 標頭會將 MsiRecordSetStream 定義為別名,根據 UNICODE 預處理器常數的定義,自動選取此函式的 ANSI 或 Unicode 版本。 混合使用編碼中性別名與非編碼中性的程序代碼,可能會導致編譯或運行時間錯誤不符。 如需詳細資訊,請參閱 函式原型的慣例。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Server 2012、Windows 8、Windows Server 2008 R2 或 Windows 7 上的 Windows Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 Windows Server 2003 或 Windows XP 上的 Windows Installer |
目標平台 | Windows |
標頭 | msiquery.h |
程式庫 | Msi.lib |
Dll | Msi.dll |