-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hello!
When I use tablacus scriptcontrol-1.2.3.0 x64, I want to get all the function names described in the program file.I use the following steps .
IScriptControlPtr m_ pScript;
IScriptProcedureCollectionPtr pIProcedures = m_ pScript->GetProcedures();
Every time the program aborts, I find the implementation file in tablacusscriptcontrol-1.2.3.0 x64
Here, the property iscriptprocedurecollectionptr:: procedures is passed through the method.
STDMETHODIMP CTScriptControl::get_ Procedures(struct IScriptProcedureCollection ** ppdispProcedures)
{
return E_ NOTIMPL;
}
Here, there is no return method of S_ OK。 Can I get all the program names in other methods?
GeertBellekens
Metadata
Metadata
Assignees
Labels
No labels