COM Wrapper for IEngineStatus.
More...
Public Member Functions | |
HRESULT | Name ([out, retval] BSTR *pName) |
HRESULT | Name ([in] BSTR *pName) |
HRESULT | FileVersion ([out, retval] BSTR *pFileVer) |
HRESULT | FileVersion ([in] BSTR *pFileVer) |
HRESULT | ProductVersion ([out, retval] BSTR *pProdVer) |
HRESULT | ProductVersion ([in] BSTR *pProdVer) |
HRESULT | Captures ([out, retval] BSTR *pCaptures) |
HRESULT | Captures ([in] BSTR *pCaptures) |
Detailed Description
COM Wrapper for IEngineStatus.This interface is implemented by EngineStatus to wrap IEngineStatus for Scripting clients to access properties of an engine.
Member Function Documentation
|
Put the number of captures on the engine.
|
|
Get the number of captures on the engine.
|
|
Put the engine's file version.
|
|
Get the engine's file version.
|
|
Put the engine's name.
|
|
Get the engine's name.
|
|
Put the engine's product version.
|
|
Get the engine's product version.
|