共用方式為


WindowTitle (Standard 7 SP1)

7/8/2014

The WindowTitle property of an instance of the IObjectInfo interface is a string value that is the title of the window.

Syntax

HRESULT WindowTitle(
    [out, retval] BSTR* pVal
);

Parameters

  • pVal
    [out, retval] A string value that is the title of the window.

Return Value

This function returns the following:

Return value

Description

ERROR_SUCCESS

The operation completed successfully.

Remarks

None

Requirements

OS Versions: Standard 7

Header:

Link Library: DialogFilterXmlFilter.tlb

See Also

Reference

ObjectInfo Class
CreateObjectInfo