AtlLoadTypeLib
這個函式呼叫載入型別程式庫。
重要事項 |
---|
這個函式不能用於 Windows 執行階段執行的應用程式。 |
ATLINLINE ATLAPI AtlLoadTypeLib(
HINSTANCE hInstTypeLib,
LPCOLESTR lpszIndex,
BSTR* pbstrPath,
ITypeLib** ppTypeLib
);
參數
hInstTypeLib
out 模組控制代碼與型別程式庫。lpszIndex
在\\N", where N 「格式字串是型別程式庫資源的整數索引。如果不需要,則可為 NULL 索引。pbstrPath
在成功傳回時,包含模組的完整路徑與型別程式庫。ppTypeLib
在成功傳回時,包含指標的已載入的型別程式庫。
傳回值
如果成功則傳回 S_OK 或在失敗的錯誤 HRESULT。
備註
AtlRegisterTypeLib 和 AtlUnRegisterTypeLib套用這個 Helper 函式。
需求
Header: atlbase.h