All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATTPSInterfaces Interface CATITPSFlagNote

System.IUnknown
  |
  +---CATITPSFlagNote
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATITPSFlagNote

Interface for the TPS Flag Note object.


Method Index


o GetFlagText(wchar_t**)
Retrieves flag text.
o GetText(wchar_t**)
Retrieves text.
o GetURL(int,wchar_t**)
Retrieves url.
o GetUrlListSize(int*)
Retrieves the number of urls.
o SetFlagText(wchar_t*)
Sets flag text.
o SetText(wchar_t*)
Sets text.

Methods


o GetFlagText
public virtual HRESULT GetFlagText(wchar_t** opText) const = 0
Retrieves flag text.
o GetText
public virtual HRESULT GetText(wchar_t** opText) const = 0
Retrieves text.
o GetURL
public virtual HRESULT GetURL( const int iIndex,
wchar_t** opUrl)const = 0
Retrieves url.
Parameters:
iIndex
Index of url.
opUrl
url
Returns:
S_OK if succeded (opUrl must be deleted).
o GetUrlListSize
public virtual HRESULT GetUrlListSize(int* oNumber)const = 0
Retrieves the number of urls.
Parameters:
oNumber
the size of url list.
o SetFlagText
public virtual HRESULT SetFlagText( const wchar_t* ipText) = 0
Sets flag text.
o SetText
public virtual HRESULT SetText( const wchar_t* ipText) = 0
Sets text.

This object is included in the file: CATITPSFlagNote.h

Copyright © 2003, Dassault Systèmes. All rights reserved.