获取新属性。
HRESULT GetDebugProperty (
IDebugProperty2** ppProperty
);
int GetDebugProperty (
out IDebugProperty2 ppProperty
);
参数
- ppProperty
[out] 返回表示新属性的 IDebugProperty2 对象。
返回值
如果成功,则返回; S_OK否则,返回错误代码。
获取新属性。
HRESULT GetDebugProperty (
IDebugProperty2** ppProperty
);
int GetDebugProperty (
out IDebugProperty2 ppProperty
);
如果成功,则返回; S_OK否则,返回错误代码。