All Frameworks  Class Hierarchy  This Framework  Indexes

VPMServices Class CATVpmInfo

CATVpmInfo
 

Usage: you must use this class as is. You should never derive it.


public class CATVpmInfo



Constructor and Destructor Index


o CATVpmInfo()
Constructor

Method Index


o Init(CATUnicodeString&,HRESULT,char*,int)
Initializing message with the appropriate return code, name of involved file and line.
o Push()
Once initialized, push the CATVpmInfo into Infos' stack.

Constructor and Destructor


o CATVpmInfo
public CATVpmInfo()
Constructor

Methods


o Init
public void Init( const CATUnicodeString& iRawMsg,
HRESULT code= S_OK,
const char* file= "",
int line= 0)
Initializing message with the appropriate return code, name of involved file and line.
Parameters:
iRawMsg
The message to put in the CATVpmInfo.
code
The return code.
file
The name of the involved file
line
Line number of the error.
Returns:
None.
o Push
public void Push()
Once initialized, push the CATVpmInfo into Infos' stack.
Returns:
None.

This object is included in the file: CATVpmInfo.h
If needed, your Imakefile.mk should include the module: VX0TOOLS

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