다음을 통해 공유


IAMExtendedErrorInfo::get_ErrorDescription

 
Microsoft DirectShow 9.0

IAMExtendedErrorInfo::get_ErrorDescription

The get_ErrorDescription method retrieves the extended error description.

Syntax

  HRESULT get_ErrorDescription(
  BSTR *pbstrErrorDescription
);

Parameters

pbstrErrorDescription

[out] Pointer to a variable that that receives the error description.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

The caller must release the returned BSTR by calling SysFreeString.

Requirements

Header: Include Qnetwork.h.

Library: None.

See Also