次の方法で共有


IAMSecureMediaContent::get_Tooltip (Compact 2013)

3/26/2014

The method retrieves the text for the security-icon tooltip.

Syntax

HRESULT get_Tooltip(
   BSTR *pbstrTooltip
);

Parameters

  • pbstrTooltip
    [out] Points to a BSTR which on return will contain the security-icon tooltip text.

Return Values

Returns S_OK on success. Returns an HRESULT error on failure.

Remarks

The caller must release the returned BSTR by calling SysFreeString.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMSecureMediaContent