IMFDRMNetHelper::GetChainedLicenseResponse 方法 (wmcontainer.h)
此版本中未实现。
语法
HRESULT GetChainedLicenseResponse(
[out] BYTE **ppLicenseResponse,
[out] DWORD *pcbLicenseResponse
);
参数
[out] ppLicenseResponse
接收指向包含许可证响应的字节数组的指针。 调用方必须通过调用 CoTaskMemFree 释放数组。
[out] pcbLicenseResponse
接收许可证响应的大小(以字节为单位)。
返回值
方法返回 E_NOTIMPL。
要求
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | wmcontainer.h |