GME
13
|
#include <MgaProject.h>
Public Member Functions | |
CMgaClient () | |
~CMgaClient () | |
STDMETHOD() | get_Name (BSTR *pName) |
STDMETHOD() | get_OLEServer (IDispatch **pServer) |
STDMETHOD() | get_Project (IMgaProject **pVal) |
STDMETHOD() | Destroy () |
Public Attributes | |
CComBSTR | name |
CComPtr< IDispatch > | ole_server |
CMgaProject * | mgaproject |
bool | active |
Definition at line 251 of file MgaProject.h.
CMgaClient::CMgaClient | ( | ) | [inline] |
Definition at line 264 of file MgaProject.h.
CMgaClient::~CMgaClient | ( | ) | [inline] |
Definition at line 268 of file MgaProject.h.
STDMETHOD() CMgaClient::Destroy | ( | void | ) | [inline] |
Definition at line 304 of file MgaProject.h.
STDMETHOD() CMgaClient::get_Name | ( | BSTR * | pName | ) | [inline] |
Definition at line 281 of file MgaProject.h.
STDMETHOD() CMgaClient::get_OLEServer | ( | IDispatch ** | pServer | ) | [inline] |
Definition at line 288 of file MgaProject.h.
STDMETHOD() CMgaClient::get_Project | ( | IMgaProject ** | pVal | ) | [inline] |
Definition at line 296 of file MgaProject.h.
bool CMgaClient::active |
Definition at line 262 of file MgaProject.h.
Definition at line 261 of file MgaProject.h.
CComBSTR CMgaClient::name |
Definition at line 259 of file MgaProject.h.
CComPtr<IDispatch> CMgaClient::ole_server |
Definition at line 260 of file MgaProject.h.