類別SMS_DriverPackage中的 RemoveDriverContent 方法
在 RemoveDriverContent
Configuration Manager 中,Windows Management Instrumentation (WMI) 類別方法會從驅動程式套件中移除指定的驅動程式。
下列語法是從受控物件格式 (MOF) 程式碼中簡化,並定義 方法。
語法
SInt32 RemoveDriverContent(
UInt32 ContentIDs[],
Boolean bRefreshDPs
);
參數
ContentIDs
資料類型: UInt32
陣列
限定詞:[in]
要從驅動程式套件中移除之驅動程式內容的識別碼。
bRefreshDPs
資料類型:Boolean
限定詞:[in, optional]
true
根據預設,將套件變更複寫至發佈點。
傳回值
資料 SInt32
類型,為 0 表示成功或非零表示失敗。
如需處理傳回錯誤的相關資訊,請參閱關於Configuration Manager錯誤。
需求
執行時間需求
如需詳細資訊,請參閱Configuration Manager伺服器執行時間需求。
開發需求
如需詳細資訊,請參閱Configuration Manager伺服器開發需求。
另請參閱
SMS_DriverPackage伺服器 WMI 類別
類別SMS_DriverPackage中的 AddDriverContent 方法
類別SMS_DriverPackage中的 RebuildPackage 方法
SMS_DriverPackage類別中的 ValidateNewPackageSource 方法