获取属性销毁。
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否则,返回错误代码。