IProgressMon::SetTitle Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IProgressMon::SetTitle Method}}
 
{{#customTitle:IProgressMon::SetTitle Method}}
{{#parentPage:PXV:IProgressMon#Methods|SetTitle Method|method}}
+
{{#parentPage:PXV:IProgressMon#Methods|SetTitle|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 08:00, 23 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SetTitle([in]  BSTR  pTitle);

Parameters

pTitle
[in] Value of BSTR.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IProgressMon