DkmGetLanguageSettingsAsyncResult.ErrorCode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从调用方返回的 HRESULT 代码。 如果操作在处理完成前被取消,则将 DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) 。
public:
property int ErrorCode { int get(); };
public:
property int ErrorCode { int get(); };
public int ErrorCode { get; }
member this.ErrorCode : int
Public ReadOnly Property ErrorCode As Integer
属性值
返回 Int32。