Skip to content

IScriptControlPtr :: GetProcedures() Not Working #22

@Gilbert2019

Description

@Gilbert2019

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions