ICP  1
Public Member Functions | List of all members
Ctest Class Reference

#include <test.h>

Inheritance diagram for Ctest:
Inheritance graph

Public Member Functions

 Ctest ()
 
HRESULT InterfaceSupportsErrorInfo (REFIID riid)
 
HRESULT FinalConstruct ()
 
void FinalRelease ()
 
HRESULT setBlockValue (BSTR block_name, VARIANT block_value)
 
HRESULT getBlockValue (BSTR block_name, VARIANT *block_value)
 
HRESULT getBlock (BSTR name, IDispatch **block)
 
HRESULT getBlock2 (BSTR name, Iblock **block)
 

Detailed Description

Definition at line 18 of file test.h.

Constructor & Destructor Documentation

Ctest::Ctest ( )
inline

Definition at line 27 of file test.h.

Member Function Documentation

HRESULT Ctest::FinalConstruct ( )
inline

Definition at line 50 of file test.h.

void Ctest::FinalRelease ( )
inline

Definition at line 55 of file test.h.

HRESULT Ctest::getBlock ( BSTR  name,
IDispatch **  block 
)

Definition at line 63 of file test.cpp.

HRESULT Ctest::getBlock2 ( BSTR  name,
Iblock **  block 
)

Definition at line 73 of file test.cpp.

HRESULT Ctest::getBlockValue ( BSTR  block_name,
VARIANT *  block_value 
)

Definition at line 47 of file test.cpp.

References InstAPILib::getBlockValue(), and inst_api.

HRESULT Ctest::InterfaceSupportsErrorInfo ( REFIID  riid)

Definition at line 15 of file test.cpp.

HRESULT Ctest::setBlockValue ( BSTR  block_name,
VARIANT  block_value 
)

Definition at line 31 of file test.cpp.

References inst_api.


The documentation for this class was generated from the following files: