No real changes, just use ProgID term instead of incorrect CLSID.
CLSID was used instead of ProgID in several places in the code and the documentation but they are different things so clear up the confusion. See #12489. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,11 +43,11 @@ public:
|
||||
bool IsOk() const { return m_dispatchPtr != NULL; }
|
||||
|
||||
// Get a dispatch pointer from the current object associated
|
||||
// with a class id, such as "Excel.Application"
|
||||
bool GetInstance(const wxString& classId) const;
|
||||
// with a ProgID, such as "Excel.Application"
|
||||
bool GetInstance(const wxString& progId) const;
|
||||
|
||||
// Get a dispatch pointer from a new instance of the the class
|
||||
bool CreateInstance(const wxString& classId) const;
|
||||
bool CreateInstance(const wxString& progId) const;
|
||||
|
||||
// Low-level invocation function. Pass either an array of variants,
|
||||
// or an array of pointers to variants.
|
||||
|
Reference in New Issue
Block a user