ICP
1
|
#include <test.h>
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) |
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::setBlockValue | ( | BSTR | block_name, |
VARIANT | block_value | ||
) |